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 / bijoy
#include<stdio.h>
main()
{
printf("your name");
getchar();
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of type specifiers?
Under what circumstances does a name clash occur?
What are the types of pointers?
What are the different types of constants?
hi any body pls give me company name interview conduct "c" language only
What is main function in c?
What is header file in c?
What is the use of getchar functions?
What is c standard library?
What are inbuilt functions in c?
What are the 5 types of inheritance in c ++?
What is actual argument?
which type of aspect you want from the student.
What is the difference between text and binary i/o?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd