write a program that will print %d in the output screen??
Answer Posted / mahendra vishwakarma
#include<stdio.h>
void main()
{
printf("%%d"); //this will print as %d output.
}
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
What are the 5 organizational structures?
Tell me can the size of an array be declared at runtime?
What is nested structure?
Apart from dennis ritchie who the other person who contributed in design of c language.
What library is sizeof in c?
What is array of structure in c programming?
code for quick sort?
What are the advantages of c preprocessor?
How do c compilers work?
How to define structures? ·
What are the different types of linkage exist in c?
Explain how do you override a defined macro?
Is c programming hard?
Write a C program in Fibonacci series.
What is an expression?