📚 Question Bank Q25 — Programming and Data Structure
Tags
Programming and Data Structure
Q25. Marks: +2.0 UGC NET Paper 2: Computer Science and Application 26th June 2025 Shift 1
What would be the equivalent pointer expression for referring the array element ar[m][n][o]
1.* (* (* (ar) + m + n) + 0)
2. (*(*(*ar + m) + n) + o)
3.(*(*(ar + m) + n) + 0)
4.*(*(*(ar + m) + n) + 0) ✓ Correct
📄 All “Programming and Data Structure” questions across papers
🏷 Change Tag for this Question