What is the output of printf("%d")?
Answer Posted / anand
it will print some value currently on top of the stack
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
What are all predefined data types in c++?
What is the difference between a definition and a declaration?
What is diamond problem in c++?
which operator is used for performing an exponential operation a) > b) ^ c) none
Can we sort map in c++?
what do you mean by volatile variable?
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. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Are php strings immutable?
Is java a c++?
Why we use #include iostream in c++?
Which is not a valid keyword a) public b) protected c) guarded
Who created c++?
What is the extraction operator and what does it do?
what is data abstraction in C++?
What are the manipulators in c++?