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


Please Help Members By Posting Answers For Below Questions

What is name hiding in c++?

852


How many static variables are created if you put one static member into a template class definition?

741


Can I uninstall microsoft c++ redistributable?

772


What is type of 'this' pointer?

792


Is python written in c or c++?

838






Why is c++ is better than c?

695


why and when we can declar member fuction as a private in the class?

1809


What is a tree in c++?

718


Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

855


What are the advantages of c++ over c?

797


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.

1943


State the difference between delete and delete[].

772


What is a template in c++?

1285


How are pointers type-cast?

845


If I is an integer variable, which is faster ++i or i++?

780