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 is the best way to take screenshots of a window with c++ in windows?
Why is main an int?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
Can comments be longer than one line?
How long will it take to learn programming?
Tell me difference between constant pointer and pointer to a constant.
What is c++ & why it is used?
Can I learn c++ in a week?
What are manipulators used for?
What are c++ variables?
which operator is used for performing an exponential operation a) > b) ^ c) none
explain the reference variable in c++?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What are the four main data types?