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

What is a stream?

655


What is the difference between array and pointer in c?

582


Explain what is page thrashing?

613


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

1846


What extern c means?

547






Why is c known as a mother language?

751


How do you generate random numbers in C?

662


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

606


how can use subset in c program and give more example

1505


What is the difference between variable declaration and variable definition in c?

566


What is %d called in c?

763


in linking some of os executables are linking name some of them

1654


Explain what are reserved words?

636


What is oops c?

616


What is a pointer in c?

685