What is the output of printf("%d")?
Answer Posted / dipanjan m
it will print garbage value
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Declare a class vehicle and make it an abstract data type.
what is multi-threading in C++?
What is switch case in c++ syntax?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is binary search in c++?
What is the difference between containment and delegation?
What is a vector c++?
Describe public access specifiers?
What is an arraylist c++?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is the two main roles of operating system?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
When should we use container classes instead of arrays?
What is the use of setfill in c++?
Why we use #include iostream in c++?