Correct Answer: www.curioustab.com
Explanation:
p is pointer to function whose parameter is void and return type is also void. r and q is pointer to function whose parameter is void and return type is int . So they can hold the address of such function.
Discussion & Comments