i came across this syntax and i am not able to know how to start understanding this.
How to start decoding of such piece of c programming code.
(*(void(*)())0)();
i have tried to compile this code and it compile without any warning or error. SO it seems valid syntax of c programming.