What is the output of printf("%d")?
Answer Posted / reegan
printf"%d");
it just prints '0'
| Is This Answer Correct ? | 12 Yes | 21 No |
Post New Answer View All Answers
Should you pass exceptions by value or by reference?
Which is most difficult programming language?
What is format for defining a structure?
What is an operator function? Describe the function of an operator function?
What is the difference between passing by reference and passing a reference?
What is general form of pure virtual function? Explain?
To which numbering system can the binary number 1101100100111100 be easily converted to?
By using c++ with an example describe linked list?
How can virtual functions in c++ be implemented?
What is ifstream c++?
Is c++ a software?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
How can a called function determine the number of arguments that have been passed to it?
What is c++ runtime?
What is the benefit of encapsulation?