write a program that will print %d in the output screen??
Answer Posted / j j ramesh
# include <stdio.h>
void main()
{
puts("%d");
}
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Explain modulus operator.
What are global variables?
What is character constants?
Why can’t we compare structures?
How can I do serial ("comm") port I/O?
What is the use of #define preprocessor in c?
What is the use of header?
If the size of int data type is two bytes, what is the range of signed int data type?
What is a volatile keyword in c?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What are file streams?
Write a program to swap two numbers without using third variable in c?
Explain what are bus errors, memory faults, and core dumps?
Difference between strcpy() and memcpy() function?
How to compare array with pointer in c?