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
What are the advantages of using friend classes?
Can you pass an array to a function in c++?
What is a hash function c++?
Using a smart pointer can we iterate through a container?
What new()is different from malloc()?
What are the advantages of prototyping?
How can you quickly find the number of elements stored in a static array?
Explain the volatile and mutable keywords.
What is the difference between an enumeration and a set of pre-processor # defines?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is difference between class and function?
What are the advantages of c++? Explain
What is the iunknown interface?
What is friend class in c++ with example?
What are friend functions in C++?