Answer Posted / ruchi
size of is a unary operator
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What are features of c++?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is iterator c++?
Can we use struct in c++?
What is a dangling pointer in c++?
Explain the pure virtual functions?
Can we get the value of ios format flags?
What is rvalue?
Is it possible to provide special behavior for one instance of a template but not for other instances?
Is c++ low level?
why is c++ called oops? Explain
Write syntax to define friend functions in C++.
Can I learn c++ without c?
what are the decision making statements in C++? Explain if statement with an example?
What is istream c++?