Answer Posted / ilakya.g
It is used to print the statement within the codes of
printf statement.
| Is This Answer Correct ? | 24 Yes | 6 No |
Post New Answer View All Answers
Are vectors faster than arrays?
What is a c++ object?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What is the use of register keyword with the variables?
Do you know what are static and dynamic type checking?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Is c++ low level?
Explain selection sorting. Also write an example.
Write about the access privileges in c++ and also mention about its default access level?
Which programming language should I learn first?
Is c or c++ more useful?
the maximum length of a character constant can be a) 2 b) 1 c) 8
What is the difference between cin.read() and cin.getline()?
Is it possible for a member function to use delete this?
Why should we use null or zero in a program?