Answer Posted / shabeer
sizeof is a unary operator
it is used to get the size of datatype
it can be used with all primitives
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Explain all the C++ concepts using examples.
What do you mean by global variables?
How is data hiding achieved in c++?
Write a program to find the Factorial of a number
Write about the use of the virtual destructor?
Carry out conversion of one object of user-defined type to another?
Name the implicit member functions of a class.
Why pointer is used in c++?
List the features of oops in c++?
What is a vector c++?
Why do we use setw in c++?
Can we use clrscr in c++?
What is the difference between set and map in c++?
What are the two main components of c++?
Are c and c++ different?