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
Which c++ operator cannot overload?
What are the main features of c++?
Can I create my own functions in c++?
What is constructor c++?
How does c++ structure differ from c++ class?
What is difference between rand () and srand ()?
Write a program to find the reverse Fibonacci series starting from N.
What causes a runtime error c++?
When should we use container classes instead of arrays?
Where can I run c++ program?
How can a struct in c++ differs from a struct in c?
What does new in c++ do?
Can c++ be faster than c?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What are friend classes? What are advantages of using friend classes?