What is size of null class?

Answer Posted / sourisengupta

One byte.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is searching? Explain linear and binary search.

558


What is a down cast?

579


What is constructor in C++?

603


A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.

3383


Can a constructor return a value?

556






What is a type library?

660


How does a copy constructor differs from an overloaded assignment operator?

537


What is function overloading in C++?

699


Why is c++ not purely object oriented?

536


What do you understand by a pure virtual member function?

518


What is a unnitialised pointer?

508


Which bit wise operator is suitable for putting on a particular bit in a number?

690


What is meant by a delegate?

583


Explain about vectors in c ++?

574


What is the type of 'this' pointer?

559