What is size of a empty class?
Answer Posted / ravi
one
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
What do you mean by translation unit?
What is switch case in c++ syntax?
What is a multimap c++?
Explain mutable storage class specifier.
What is an undefined reference/unresolved external symbol error and how do I fix it?
When do we run a shell in the unix system?
What is size of string in c++?
What is stoi in c++?
Define whitespace in C++.
What is the benefit of c++?
What is general form of pure virtual function? Explain?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
Can a Structure contain a Pointer to itself?
Const char *p , char const *p What is the difference between the above two?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.