What is the output of printf("%d")?
Answer Posted / snigdhadeb
printf("%d");
will gives the answer 0....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is algorithm in c++ programming?
Define anonymous class.
Is eclipse good for c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What is c++ course?
Is c++ an oop?
What is function overloading c++?
Are strings immutable in c++?
How do you invoke a base member function from a derived class in which you have not overridden that function?
How did c++ get its name?
What are the stages in the development cycle?
Can a program run without main in c++?
How would you obtain segment and offset addresses from a far address of a memory location?
What is const pointer and const reference?
What is a hash function c++?