What is the output of printf("%d")?
Answer Posted / vijay
it will print the recently assigned integer value.....
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is an adaptor class or wrapper class in c++?
Which c++ compiler is best?
What are put and get pointers?
How can a called function determine the number of arguments that have been passed to it?
What is iterator in c++?
Who discovered c++?
Explain virtual class?
What is private, public and protected inheritance?
What is the difference between the functions rand(), random(), srand() and randomize()?
Explain linked list using c++ with an example?
What is abstract class in c++?
What is different in C++, compare with unix?
Why do we need runtime polymorphism in c++?
What is the difference between multiple and multilevel inheritance in c++?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?