Create a Structure with name,id,hometown,faculty,courseName,courseCode facultyName,section,credits. (10) Write a program to take your full name, id, HomeTown, All Courses names and course codes of fall20, All faculties names of fall20, All sections of fall 20, All credits of fall20 courses from user input using that structure. Then write all information in a text file. Note: i) Must Follow sample output format ii) Use your real info Sample Output: Name: Nur Hossain Id: 1530254 Homwtown: Feni Fall’20 Courses: Code Name Credit Section Faculty CSE115 Programming Language I 3 11 TNS1 CSE215 Programming Language II 3 12 SAK1 CSE173 Discrete Mathematics 3 13 MSK1 Do the whole code in C, share the full code and lastly please kindly share the output screenshots.
Create a Structure with name,id,hometown,faculty,courseName,courseCode
facultyName,section,credits. (10)
Write a program to take your full name, id, HomeTown, All Courses names and
course codes of fall20, All faculties names of fall20, All sections of fall 20, All
credits of fall20 courses from user input using that structure. Then write all
information in a text file. Note:
i) Must Follow sample output format
ii) Use your real info
Sample Output:
Name: Nur Hossain Id: 1530254 Homwtown: Feni
Fall’20 Courses:
Code Name Credit Section Faculty
CSE115
CSE215 Programming Language II 3 12 SAK1
CSE173 Discrete Mathematics 3 13 MSK1
Do the whole code in C, share the full code and lastly please kindly share the output screenshots.
Step by step
Solved in 2 steps with 1 images