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 is name hiding in c++?
How many static variables are created if you put one static member into a template class definition?
Can I uninstall microsoft c++ redistributable?
What is type of 'this' pointer?
Is python written in c or c++?
Why is c++ is better than c?
why and when we can declar member fuction as a private in the class?
What is a tree in c++?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What are the advantages of c++ over c?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
State the difference between delete and delete[].
What is a template in c++?
How are pointers type-cast?
If I is an integer variable, which is faster ++i or i++?