Q. WAP to input 10 employee records (Emp_Id, Emp_Name, Emp_Salary) and store them in a datafile named Employee.dat. Display the employee who...
Read More
Home / Sorting in C
Showing posts with label Sorting in C. Show all posts
Showing posts with label Sorting in C. Show all posts
Maintain information of students and display them by sorting in alphabetical order - C
Q. A college needs to maintain following information for the records of it's Students. Student code (int) Student name(maximum 40 cha...
Read More
Using pointer to sort N integer numbers of an array in descending order - C
Q. Write a program using pointer to sort N integer numbers of an array in descending order. #BIT_FirstSem_2016_1b_Solution ==> Code goe...
Read More
Sort details of n persons in ascending order by Name and more - C
Write a program using structure to read Name, Address and telephone number of N persons and sort the in ascending order by Name and display ...
Read More
Store records of 10 employees in employee.dat file and disply the record having lowest salary- C
Q. 1) WAP to input 10 employee records(Emp_id,Emp_name,Emp_salary) and store them in a datafile named Employee.dat. Display the employee who...
Read More
Sort numbers in descending order : C Programming
Q. Write a program to sort the numbers entered by user in descending order using C Programming ==> Code goes like this : /* Program fo...
Read More
Sorting the numbers in Ascending order : C Programming
Q. Write a program to sort the numbers in ascending order which is entered by the user using C programming language. ==> Code goes lik...
Read More
Subscribe to:
Posts
(
Atom
)