Arrays MCQs for Data Structures
Arrays MCQs for Data Structures 1. Q: Given array A = [2,5,7,9]. What is the index of element 7 (0-based)?A. …
Arrays MCQs for Data Structures 1. Q: Given array A = [2,5,7,9]. What is the index of element 7 (0-based)?A. …
Input/Output Functions 1. What is the output of the following C code? A) CB) C1C) 1CD) Compiler Error ✅ Answer: …