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
Explain data encapsulation?
When does the c++ compiler create temporary variables?
Describe public access specifiers?
Explain what is class definition in c++ ?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What are 2 ways of exporting a function from a dll?
What are features of c++?
What are the types of array in c++?
Who discovered c++?
Are there interfaces in c++?
How do you sort a sort function in c++ to sort in descending order?
What is a manipulator in c++?
Explain the problem with overriding functions
Which is most difficult programming language?
How would you use the functions sin(), pow(), sqrt()?