Monday, December 10, 2007

How to illustrate the size of data type

How to illustrate the size of data type

To illustrate the size of data type

#include

main ()

{ cout<<" size of int is "<<>

cout<<" size of double is "<<>

return 0;

}

Result :


No comments: