What is the output of printf("%d")?
Answer Posted / prabhu
It will rpint garbase.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
Can I learn c++ as my first language?
What are signs of manipulation?
what is the difference between overloading & overriding? give example.
How is computer programming useful in real life?
What is pointer to member?
What is a string example?
Describe linkages and types of linkages?
How can you say that a template is better than a base class?
What are the different types of comments allowed in c++?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Do vectors start at 0?
Does there exist any other function which can be used to convert an integer or a float to a string?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128