What is the output of printf("%d")?
Answer Posted / ashif ali
it will display only garbage value because
int a=12;
printf("%d");
output=12
Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
Are there any special rules about inlining?
What is a list c++?
What is difference between c++ 11 and c++ 14?
How is computer programming useful in real life?
What are activex and ole?
What is a friend function in c++?
Is linux written in c or c++?
Should the member functions which are made public in the base class be hidden?
What is class invariant in c++?
What is the best free c++ compiler for windows?
Why is standard template library used?
Which software is used for c++ programming?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
Is C++ case sensitive a) False b) Depends on implementation c) True
How is objective c different from c++?