C Program to check whether a box of entered dimensions can pass through a tunnel or not - HackerRank on June 11, 2021 C Programs Function HackerRank Structure +
C Program to store the records of n Students (RollNo , Names , Branch , Year , Marks) and display the information of the topper of the class. on June 11, 2021 C Programs Structure +
C Program to store the records of n Students (RollNo , Names , Branch , Year , Marks) and pass the structure as arguement to a function to calculate the average marks. on June 11, 2021 C Programs Function Structure +
C Program to store the records of n Employees (ID , Names , Department , Salaries) and display the records of those who are working in a given department and have a saary more than 50000. on June 11, 2021 C Programs Structure +