What is the output of printf("%d")?
Answer Posted / rahul raj
It will not compile..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What are the benefits of oop in c++?
Is c++ pass by reference or value?
What is the most useful programming language?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Write a program to find the Fibonacci series recursively.
What is null pointer and void pointer and what is their use?
Explain operator overloading.
Explain the use of vtable.
What is purpose of abstract class?
Can you please explain the difference between static and dynamic binding of functions?
What do you understand by pure virtual function? Write about its use?
How is static data member similar to a global variable?
Why are pointers used?
What are the extraction and insertion operators in c++?