0 0 votes Which of the following is correct way to declare a functional pointer in C?int *func (int, int);int (*func) (int, int);int (func*) (int, int);int *func* (int, int); Programming in C ugcnetcse-aug2024 programming-in-c pointers + – Shubham Sharma 2 234 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
0 0 votes Ans (1). https://www.geeksforgeeks.org/c/function-pointer-in-c/ Arth_1 answered Sep 10, 2025 Arth_1 comment Share Follow 0 reply Please log in or register to add a comment.