Answer Posted / kamikaze
Printf is a std lib func. It prints everything in the
Inverted commas until a format specifier or a escape
sequence is encountered.
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
Why do we learn c++?
What is the difference between #define debug 0 and #undef debug?
Write syntax to define friend functions in C++.
What is the rule of three?
Is python better than c++?
Can you please explain the difference between using macro and inline functions?
What is the type of 'this' pointer? When does it get created?
What are move semantics?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is an object in c++?
What is purpose of new operator?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What is helper in c++?
What can I use instead of namespace std?
What do you understand by a pure virtual member function?