What is the output of printf("%d")?
Answer Posted / mohanraj
It will print a garbage value.
| Is This Answer Correct ? | 25 Yes | 13 No |
Post New Answer View All Answers
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What are destructors?
How can you specify a class in C++?
What are references in c++? What is a local reference?
Explain unexpected() function?
Define namespace in c++?
What is a dynamic binding in c++?
What is the use of turbo c++?
What is iterator c++?
the first character in the variable name must be an a) special symbol b) number c) alphabet
Which is better c++ or java?
Explain what is oop?
What is the use of c++ programming language in real life?
Describe the advantage of an external iterator.
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)