How to declare a type for function pointer variable in C without using “typedef”? I have a function called add which adds two integers as shown below: