What is the output of printf("%d")?
Answer Posted / sathya
it is the integer in decimal form..
#include<stdio.h>
main()
{
int sum;
sum=6+3;
printf("%d\n",sum);
}
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is enum c++?
What does scope resolution operator do?
What is abstraction with real time example?
What is function declaration in c++ with example?
Is java a c++?
Out of fgets() and gets() which function is safe to use?
What is a list c++?
What is a catch statement?
What's the order in which the objects in an array are destructed?
What do you know about near, far and huge pointer?
How do I use turbo c++?
Can you declare an array without a size in c++?
What do you mean by public protected and private in c++?
What does ios :: app do in c++?
Can you Mention some Application of C/C++?