Question: #include #include #include struct student { char name[30]; char address[50]; char phno[20]; float marks[5]; }; void program(); void main { program(); } void program() {
#include
make a simplified and shorter version of this code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
