Question: 1. Write a program in C which takes input of 10 numbers from the end user. Find and print the smallest number from the list.

1. Write a program in C which takes input of 10 numbers from the end user. Find and print the smallest number from the list.

2. Write a C program that takes 6 numbers from the end user. Store these numbers in an array. Arrange these numbers in the descending order and print it.

3. Write a program in C to merge two arrays which are {1,2,3,4,5} and {6,7,8,9,10} and store it into a third array. Show the elements of the merged third array and print it.

4. Write a program in C which takes input of marks from 5 of your friends and store it in an array. Display who got the highest marks.

5. Write a C program that takes input of a text from end user and find out if it a palindrome or not. A palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward, such as madam or racecar.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!