📚 Question Bank Q36 — Programming and Data Structure
Tags
Programming and Data Structure
Q36. Marks: +2.0 UGC NET Paper 2: Computer Sc 23rd August 2024 Shift 1
Which of the following is correct way to declare a functional pointer in C?
1.int *func (int, int);
2.int (*func) (int, int); ✓ Correct
3.int (func*) (int, int); 
4.int *func* (int, int);
📄 All “Programming and Data Structure” questions across papers
🏷 Change Tag for this Question