CSC115 C Programming

C ProgrammingTU Board 2074

What is structure? How is it different from array? Create a structure student having data members name, roll number and percentage. Complete the program to display the name of student having…

10

What is structure? How is it different from array? Create a structure student having data members name, roll-number and percentage. Complete the program to display the name of student having percentage greater than or equal to 60.

A worked answer is on its wayMeanwhile, read the C Programming notes for this topic.

Discussion

Loading…

More C Programming questions

All C Programming old questions