What are the types of variable f2 and p2 in the following declaration?
#define floatptr float * #define int * intptr
floatptr f1,f2; intptr p1,p2;
Reveal answer
Fill a bubble to check yourself
What are the types of variable f2 and p2 in the following declaration?
#define floatptr float * #define int * intptr
floatptr f1,f2; intptr p1,p2;