I wonder how to read a complex definition like that
int (*(*a())[]) ()) ;
And what is the order of reading such definitions ?
I wonder how to read a complex definition like that
int (*(*a())[]) ()) ;
And what is the order of reading such definitions ?
Check this out: https://cdecl.org/. It's a handy tool if you're new at reading these types of functions.