Computer Science, asked by appu201297, 9 months ago

What is the output of C program (input Name=ravi Rollno=1 Marks=85) #include struct std { char name[20]; int rollno; float marks; }; void
disp(struct std s) {printf("name=%s rollno=%d marks=%f\n',s.name,s.rollno,s.marks); } int main() { struct std st,
scanf("%s%d%f",stname, &st.rollno,&stmarks); disp(st); return 0; }​

Answers

Answered by janvishandil202
0

Answer:

Is this a Question

Please Don't Waste Your Points...

Similar questions