CSC115 C Programming

C ProgrammingTU Board 2077

What is structure? How is it different from union? Create a structure named course with name, code, and credit hour as its members. Write a program using this structure to read data of 5courses and…

10

What is structure? How is it different from union? Create a structure named course with name, code, and credit_hour as its members. Write a program using this structure to read data of 5courses and display data of those curses with credit_hour greater than 3.

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