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
How do I get an accurate error status return from system on ms-dos?
Why & is used in scanf in c?
What is default value of global variable in c?
Is linux written in c?
What are the loops in c?
How can you invoke another program from within a C program?
What is difference between && and & in c?
How can I get back to the interactive keyboard if stdin is redirected?
What is the use of ?: Operator?
What is data structure in c language?
c program for searching a student details among 10 student details
Do pointers need to be initialized?
What are integer variable, floating-point variable and character variable?
the question is that what you have been doing all these periods (one year gap)
What does struct node * mean?