0
How to use the sizeof statement in cpp
20th Jun 2017, 11:49 PM
chidori

2 Answers
+ 1
int I=4;
cout<<sizeof(I)<<endl;
20th Jun 2017, 11:51 PM
abubakar sabir

Often have questions like this?
Learn more efficiently, for free:
Hot today
Pointers cpp
3 Votes
Is pro worth the money ?
1 Votes
Coding for Cybersecurity
0 Votes
Pointers in c#
0 Votes
Drawing images in java
2 Votes