Answer Posted / chandrakant rohi
sizeof is a operator it size of variable
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Difference between class and structure.
What is c++ manipulator?
Explain the extern storage classes in c++.
How do you define/declare constants in c++?
What language does google use?
Which of the following is evaluated first: a) && b) || c) !
Difference between pass by value and pass by reference?
Define macro.
Do we have to use initialization list in spite of the assignment in constructors?
When is dynamic checking necessary?
When can I use a forward declaration?
Distinguish between a # include and #define.
What do you mean by volatile and mutable keywords used in c++?
How would you call C functions from C++ and vice versa?
By using c++ with an example describe linked list?