July 17, 2021 in C and CPP If the records to be sorted are in auxiliary storage, sorting is called Read More
July 17, 2021 in C and CPP Write a program which asks the user to enter the name and age of persons in his group. Read More
July 17, 2021 in C and CPP Write a program in ‘C’ which asks a user to input integers in an array of size 20. It then arranges the elements in decreasing order and prints the array. Read More
July 17, 2021 in C and CPP Write a program which asks the user a number between 1 and 7 and prints the corresponding day of the week. (1: Sunday, 2: Monday, …) Read More
July 17, 2021 in C and CPP Write a c program to find out factorial of given number using function recursion. Read More
July 17, 2021 in C and CPP Write a function which accepts an integer array of size n and prints every third value of the array. Read More