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
a program that can input number of records and can view it again the record
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
what is recursion in C
What is an endless loop?
What is the auto keyword good for?
Write a Program to find whether the given number or string is palindrome.
When should the const modifier be used?
What is bubble sort technique in c?
How can you check to see whether a symbol is defined?
What is meant by realloc()?
Write a program to print “hello world” without using semicolon?
What are bitwise shift operators in c programming?
Explain what are bus errors, memory faults, and core dumps?
How variables are declared in c?
What is 1d array in c?