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.
Answer
AI Generated Answer
AI is thinking...