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
Is java based off c++?
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 the difference between a type-specific template friend class and a general template friend class?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
How do I use arrays in c++?
Tell me can a pure virtual function have an implementation?
Differentiate between an inspector and a mutator ?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What is capacity in vector in c++?
What do you mean by late binding?
Can you please explain the difference between static and dynamic binding of functions?
Is facebook written in c++?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What are the two types of comments?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128