Structure | Let us C solution with details description and tutorials | yashwant kanetkar
Chapter: Structure | Let us C solution with details description and tutorials | yashwant kanetkar S.N Chapter S.N Chapter 1 Decision Control Structure 5 Arrays 2 The Loop Control Structure 6 Puppetting On Strings 3 The Case Control Structure 7 Structures 4 Function and Pointer 8 Input/Output in C [D] Attempt the following: (a) Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the collage. (a) Write a function to print names of all students who joined in a particular year. (b) Write a function to print the data of a student whose roll number is given. Show Solutions Hide Solutions /* d (a) Create a structure to specify data on students ...