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
Can we sort map in c++?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is setbase c++?
Write a function to find the nth item from the end of a linked list in a single pass.
How is computer programming useful in real life?
Is c++ an integer?
What is the real purpose of class – to export data?
What is object in c++ wikipedia?
What is a local variable?
Explain bubble sorting.
What is c++ try block?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Explain operator overloading.
Who invented turbo c++?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal