Thread: Write a c program to toggle the character

  1. #1
    Registered User
    Join Date
    Dec 2018
    Posts
    1

    Write a c program to toggle the character

    I facing problem to write this program in SWITCH case please help
    This program will be write in to upper and to lower......

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Look up toupper() and tolower() in ctype.h
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 05-10-2016, 12:06 AM
  2. Replies: 9
    Last Post: 09-09-2014, 08:23 AM
  3. Write ASCII character to a binary file
    By tom14 in forum C Programming
    Replies: 2
    Last Post: 06-21-2012, 02:53 PM
  4. Toggle a particular bit in a variable
    By ArunS in forum C Programming
    Replies: 2
    Last Post: 01-04-2012, 12:46 AM
  5. how to write a null character to a file
    By nicoeschpiko in forum C Programming
    Replies: 6
    Last Post: 03-05-2010, 12:27 AM

Tags for this Thread