write a program that will print %d in the output screen??
Answer Posted / arti
main()
{ char ch[]="%d";
printf("%s",ch);
}
| Is This Answer Correct ? | 46 Yes | 13 No |
Post New Answer View All Answers
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Can you please explain the difference between strcpy() and memcpy() function?
Why cant I open a file by its explicit path?
Apart from dennis ritchie who the other person who contributed in design of c language.
Do variables need to be initialized?
What is a macro in c preprocessor?
Explain how do you use a pointer to a function?
What is a c token and types of c tokens?
Explain what will the preprocessor do for a program?
what is event driven software and what is procedural driven software?
What is variables in c?
What is the 'named constructor idiom'?
What is a sequential access file?
What is the difference between array and pointer?
Can we add pointers together?