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
How do we open a binary file in Read/Write mode in C?
How to create struct variables?
How can I write a function analogous to scanf?
Explain what is output redirection?
Explain the difference between structs and unions in c?
What library is sizeof in c?
What is a c token and types of c tokens?
What are derived data types in c?
Is stack a keyword in c?
How can I implement a delay, or time a users response, with sub-second resolution?
Explain what is the benefit of using #define to declare a constant?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Subtract Two Number Without Using Subtraction Operator
What is array of pointers to string?
What is the ANSI C Standard?