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

a program that can input number of records and can view it again the record

1694


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

2102


what is recursion in C

819


What is an endless loop?

1045


What is the auto keyword good for?

823


Write a Program to find whether the given number or string is palindrome.

976


When should the const modifier be used?

857


What is bubble sort technique in c?

766


How can you check to see whether a symbol is defined?

819


What is meant by realloc()?

901


Write a program to print “hello world” without using semicolon?

885


What are bitwise shift operators in c programming?

831


Explain what are bus errors, memory faults, and core dumps?

1021


How variables are declared in c?

782


What is 1d array in c?

844