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


Please Help Members By Posting Answers For Below Questions

Do you have any idea about the use of "auto" keyword?

858


When is a null pointer used?

821


What are pointers in C? Give an example where to illustrate their significance.

961


Why is python slower than c?

806


What happens if header file is included twice?

885


what is reason of your company position's in india no. 1.

1965


What does the file stdio.h contain?

802


code for quick sort?

1810


What is the purpose of the preprocessor directive error?

918


How will you delete a node in DLL?

934


all c language question

2162


What is the Purpose of 'extern' keyword in a function declaration?

846


What is signed and unsigned?

823


What is a structure member in c?

750


What does 3 mean in texting?

817