write a program that will print %d in the output screen??
Answer Posted / sachin tyagi
main()
{
printf("%d");
}
| Is This Answer Correct ? | 2 Yes | 59 No |
Post New Answer View All Answers
Is array name a pointer?
What does & mean in scanf?
What is the mean of function?
What does it mean when the linker says that _end is undefined?
What is the use of a semicolon (;) at the end of every program statement?
What are extern variables in c?
What is the meaning of 2d in c?
Why should I prototype a function?
What is the difference between union and anonymous union?
Do you know the use of 'auto' keyword?
write an algorithm to display a square matrix.
What is the need of structure in c?
Explain what happens if you free a pointer twice?
Explain how can you be sure that a program follows the ansi c standard?
What does c mean before a date?