write a program that will print %d in the output screen??
Answer Posted / ratish
void main()
{
printf("\%d");
}
| Is This Answer Correct ? | 1 Yes | 24 No |
Post New Answer View All Answers
What is the need of structure in c?
What is context in c?
What does the characters “r” and “w” mean when writing programs that will make use of files?
How do I round numbers?
code for replace tabs with equivalent number of blanks
What is this infamous null pointer, anyway?
Can a local variable be volatile in c?
Is this program statement valid? INT = 10.50;
What does 3 periods mean in texting?
Is the exit() function same as the return statement? Explain.
What does the function toupper() do?
Explain how do you use a pointer to a function?
What are the types of macro formats?
What is meant by realloc()?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit