What is the output of printf("%d")?
Answer Posted / snigdhadeb
printf("%d");
will gives the answer 0....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the rule of three?
Can we use this pointer inside static member function?
Describe the advantage of an external iterator.
What is #include cmath?
Why do we use the using declaration?
How is data hiding achieved in c++?
Describe friend function & its advantages.
How much do coding jobs pay?
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What do you mean by ‘void’ return type?
What is & in c++ function?
What are activex and ole?
What is the use of main function in c++?
How do you write a function that can reverse a linked-list?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?