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
0
Answer:
Is this a Question
Please Don't Waste Your Points...
Similar questions
Environmental Sciences,
4 months ago
Science,
4 months ago
Science,
9 months ago
Physics,
9 months ago
Biology,
1 year ago
Sociology,
1 year ago
World Languages,
1 year ago