print out of string in this format;
1. "rajesh"
2. \n
3. %d
Answer Posted / bibekananda bhuyan
#include <stdio.h>
int main (void)
{
printf("1."Rajesh"
");
printf("2.\n
");
printf("3.%%d");
return(0);
}
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you have any idea about the use of "auto" keyword?
When is a null pointer used?
What are pointers in C? Give an example where to illustrate their significance.
Why is python slower than c?
What happens if header file is included twice?
what is reason of your company position's in india no. 1.
What does the file stdio.h contain?
code for quick sort?
What is the purpose of the preprocessor directive error?
How will you delete a node in DLL?
all c language question
What is the Purpose of 'extern' keyword in a function declaration?
What is signed and unsigned?
What is a structure member in c?
What does 3 mean in texting?