From: karunakar A.K. <k_k...@ya...> - 2006-08-21 14:51:25
|
Dear All Output of the following program is 1. Please explain me the reason. with regards karunakar #include <iostream.h> #include <conio.h> class Object { public: Object() { } }; void main() { cout << "\nSize = " << sizeof(Object); } --------------------------------- Here's a new way to find what you're looking for - Yahoo! Answers Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW |