Answer Posted / aboelella
sizeof is a unary operator
It is used to get the size of datatypes
It can be used with all primitives
| Is This Answer Correct ? | 34 Yes | 1 No |
Post New Answer View All Answers
What is a driver program?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
Explain the isa and hasa class relationships.
What is the use of pointer in c++ with example?
What is the purpose of the "delete" operator?
What return value must conversion operators have in their declaration?
Explain about Virtual Function in C++?
What is the use of seekg in c++?
What is endianness?
What is the full form nasa?
Write a function that swaps the values of two integers, using int* as the argument type?
Why is c++ awesome?
Differentiate between structure and class in c++.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What are the two types of polymorphism?