What is the output of printf("%d")?
Answer Posted / aaru
garbage value
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is oops and c++ same?
Explain what you mean by a pointer.
When can I use a forward declaration?
What is c++ prototype?
What are the rules about using an underscore in a c++ identifier?
Write a program using display() function which takes two arguments.
Does c++ support multilevel and multiple inheritances?
What is endl c++?
How do you write a function that can reverse a linked-list?
Which operator cannot overload?
Is c++ the hardest programming language?
What is an inline function in c++?
How new/delete differs from malloc()/free?
What are vectors used for in c++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.