I came across this syntax and I cannot figure out how to start understanding this.
How to start decoding such a piece of programming code c.
(*(void(*)())0)();
I tried to compile this code and compile it without any warnings or errors. SO looks like the correct programming syntax c.
source share