Hacker News new | ask | show | jobs
by eMSF 1135 days ago
The type of the expression 'x' is int, not char (in C). The type of an expression consisting of a variable name is the type of the variable (as far as sizeof is concerned).