write a c program for print your name .but,your name may be
small
letter mean print a capital letter or your name may be
capital
letter mean print a small letter .example
\\enter ur name :
sankar
The name is: SANKAR
(or)
enter your name:SAnkar
The name is:saNKAR

Answer Posted / vadivelt

Hi all,

In my post, Answer #1 please change the statement in if
condition from *ptr <= 96 to *ptr <= 90

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is a pointer a kind of array?

604


How can I avoid the abort, retry, fail messages?

673


Does free set pointer to null?

573


What are data types in c language?

594


Explain the difference between structs and unions in c?

589






What is a file descriptor in c?

574


What are the types of functions in c?

583


Array is an lvalue or not?

648


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

14987


How many keywords are there in c?

605


If fflush wont work, what can I use to flush input?

629


Why is python slower than c?

619


Hi can anyone tell what is a start up code?

1630


What is the difference between malloc() and calloc() function in c language?

614


what do you mean by enumeration constant?

605