What is the output of printf("%d")?
Answer Posted / shruthi
the o/p is 0.
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
What is the standard template library (stl)?
Which bit wise operator is suitable for putting on a particular bit in a number?
Which is not a valid keyword a) public b) protected c) guarded
What is pure virtual function? Or what is abstract class?
What is a binary file? List the merits and demerits of the binary file usagein C++.
Is there finally in c++?
Write about the local class and mention its use?
Can you please explain the difference between overloading and overriding?
What do you mean by static variables?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What is an arraylist c++?
Why do we use templates?
Explain the difference between new() and malloc() in c++?
How a new element can be added or pushed in a stack?
How the endl and setw manipulator works?