+ 6
Plzz explain data type and sizeof operator in C[solved]
Data type and sizeof operator
3 odpowiedzi
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.
+ 5
Sizeof() operator returns the amount of memory the variable or data type passed to it.
+ 2