Sunday, 27 July 2014

SIZEOF different data types: (int,float,double,char) vs SIZEOF a pointer & pointer datatype

size of data types (int,float,double,char) is compiler dependent which vary depending on the compiler.

sizeof a pointer is kernel dependent .

data type of pointer : void or (char *)0


No comments:

Post a Comment