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 how do you generate random numbers in c?
Write a C program in Fibonacci series.
Is a house a mass structure?
How can I read data from data files with particular formats?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Tell me what are bitwise shift operators?
How can you draw circles in C?
What does %p mean?
Hi can anyone tell what is a start up code?
Why do we use namespace feature?
What does stand for?
Why c is called a mid level programming language?
When a c file is executed there are many files that are automatically opened what are they files?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Differentiate between declaring a variable and defining a variable?