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 are the data types in c++?
Can we delete this pointer in c++?
How a new element can be added or pushed in a stack?
What is the v-ptr?
describe private access specifiers?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Refer to a name of class or function that is defined within a namespace?
Is c++ free?
Is c++ still in demand?
What is diamond problem in c++?
Differentiate between structure and class in c++.
Does a derived class inherit or doesn't inherit?
What is name hiding in c++?
What is data hiding c++?
How many types of scopes are there in c++?