Fundamentals of Computer Programming - Old Questions

Question Answer Details

9. Define a structure of student having data members, name, address, marks in C language, and marks in information system. Take data for n students in an array dynamically and find the total marks obtained.

6 marks
Asked in 2067

Answer

AI Generated Answer

AI is thinking...