Answer Posted / naveen
sizeof is a function which return the size of variable or
an object
| Is This Answer Correct ? | 2 Yes | 25 No |
Post New Answer View All Answers
What does return 0 do in c++?
What is the c++ code?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is a base class?
What are all predefined data types in c++?
How is data hiding achieved in c++?
Differentiate between C and C++.
Where do I find the current c or c++ standard documents?
Is c++ platform dependent?
Difference between an inspector and a mutator
What does #define mean in c++?
What is difference between rand () and srand ()?
What is c++ used for in games?
What is the difference between #import and #include in c++?
What is a dangling pointer in c++?