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
What is the difference between a pointer and a link in c ++?
What are the advantages of using friend classes?
What is microsoft c++ redistributable 2013?
How do you establish an is-a relationship?
Write about c++ storage classes?
How a modifier is similar to mutator?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
How a new element can be added or pushed in a stack?
What is pointer -to-members in C++? Give their syntax?
What is c++ flowchart?
What is a volatile variable in c++?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
How can I disable the "echo" feature?
What are files in c++?