Plzz explain data type and sizeof operator in C[solved] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Plzz explain data type and sizeof operator in C[solved]

Data type and sizeof operator

4th Sep 2020, 12:30 AM
Dipendra
Dipendra - avatar
3 Answers
0
Sizeof() operator returns amount of memory occupied by the variable. And data types (before variable name) are used to indicates what type of information that variable is going to hold.
5th Sep 2020, 2:29 PM
Sadaf Shaikh
Sadaf Shaikh - avatar
+ 5
Sizeof() operator returns the amount of memory the variable or data type passed to it.
4th Sep 2020, 12:39 AM
Arsenic
Arsenic - avatar
4th Sep 2020, 1:06 AM
Ayush Kumar
Ayush Kumar - avatar