Podcast
Questions and Answers
In the given structure, what information about the student is stored?
In the given structure, what information about the student is stored?
- Name, contact number, and marks
- Name, grade, and subjects
- Name, roll number, and marks (correct)
- Name, age, and address
What is used to manipulate and access elements in the array of student structures?
What is used to manipulate and access elements in the array of student structures?
- References
- Pointers (correct)
- Constants
- Variables
What does the function created do?
What does the function created do?
- Displays student details, calculates average marks of all students, and inputs student details
- Inputs student details, displays student details, and calculates average marks of all students (correct)
- Inputs student details, calculates average marks of all students, and displays average marks of all students
- Displays student details, inputs student details, and calculates average marks of all students
What kind of system is implemented using switch statement?
What kind of system is implemented using switch statement?
Flashcards are hidden until you start studying