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 macro execution is faster than function ?
What is %lu in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Should I learn data structures in c or python?
What are loops c?
Explain how can you tell whether two strings are the same?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is string function in c?
Distinguish between actual and formal arguments.
Tell me is null always defined as 0(zero)?
What is the difference between typedef struct and struct?
Describe the difference between = and == symbols in c programming?
How to explain the final year project as a fresher please answer with sample project
What is a static variable in c?
Explain is it valid to address one element beyond the end of an array?