What is the output of printf("%d")?
Answer Posted / sanjiv
It will give a garbage value. It is tested.
| Is This Answer Correct ? | 15 Yes | 9 No |
Post New Answer View All Answers
Why is main function important?
What is a namespace in c++?
What is the difference between a declaration and a definition?
What are built-in functions? What is the syntax for the definition?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is the outcome of cout< a) 16 b) 17 c) 16.5
Why is c++ called oops?
What is overloading unary operator?
What is an arraylist c++?
Why can templates only be implemented in the header file?
Which programming language is best to learn first?
Is c++ a float?
Should a constructor be public or private?
Why do we use structure in c++?