Hidden feature in C: How to understand this expression
- by nguyendat
They said this expression is valid in C and that mean: call to a function
(*(void(*)())0)();
Anyone can explain more detail how to understand this expression clearly
Thanks
p/s: I was try compiled but surprise: result is have no error, so that expression valid in C