To illustrate the size of data type
#include
main ()
{ cout<<" size of int is "<<>
cout<<" size of double is "<<>
return 0;
}
Result :
Post a Comment
No comments:
Post a Comment