M.Umar Khan
Computer related articles
Thursday, November 20, 2014
c++ program to find size of data type int
#include
<iostream>
using
namespace
std;
int
main()
{
int
in,size;
size=
sizeof
(in);
cout<<
"size ="
<<size;
return
0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment