Answer Posted / ruchi
size of is a unary operator
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Write syntax to define friend functions in C++.
What is #include ctype h in c++?
Describe about storage allocation and scope of global, extern, static, local and register variables?
What is a pointer with example?
What is auto type c++?
Differentiate between a copy constructor and an overloaded assignment operator.
How can you specify a class in C++?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
How are virtual functions implemented in c++?
Can member data be public?
What is searching? Explain linear and binary search.
Can you pass an array to a function in c++?
What are the various operations performed on stack?
What is the difference between an array and a list?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.