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
Give example of a pure virtual function in c++?
What is a driver program?
Is std :: string immutable?
What is format for defining a structure?
What is flush () in c++?
What is ios class in c++?
Difference between declaration and definition of a variable.
What is #include iostream h in c++?
What is the difference between the functions rand(), random(), srand() and randomize()?
Can c++ do everything c can?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
How do I tokenize a string in c++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Why is c++ difficult?
How to tokenize a string in c++?