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

Answer Posted / helen sobia

#include<stdio.h>
void main()
{clrscr();
char ch='d';
pritf("1.\t"rajesh"\n");
printf("2.\t\\n\n");
printf("3.\t%%s",ch);
getch();
}

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the scope of local variable in c?

582


What is calloc in c?

665


Explain modulus operator.

600


Is javascript written in c?

586


What is meant by errors and debugging?

651






What is a keyword?

749


What is a c token and types of c tokens?

594


Differentiate between a structure and a union.

770


What is a built-in function in C?

799


can any one provide me the notes of data structure for ignou cs-62 paper

1708


Compare and contrast compilers from interpreters.

684


Why is sizeof () an operator and not a function?

593


What does c mean in basketball?

563


Explain how do you list a file’s date and time?

621


What is the use of extern in c?

651