print out of string in this format;
1. "rajesh"
2. \n
3. %d

Answer Posted / sanjay bhosale

No need of extra variable :
You can simply write...
printf("\n1.\t\"Rajesh\"");
printf("\n2.\t\\n");
printf("\n3.\t%%d");

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

diff between exptected result and requirement?

1592


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

2572


What are the primitive data types in c?

570


What is merge sort in c?

640


What is the stack in c?

714






What is #include in c?

596


How macro execution is faster than function ?

660


How to delete a node from linked list w/o using collectons?

2085


List out few of the applications that make use of Multilinked Structures?

1288


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

665


What does void main return?

599


What is memcpy() function?

617


Why c is called free form language?

566


Why c is procedure oriented?

566


What is the difference between memcpy and memmove?

597