0% found this document useful (0 votes)
22 views

Important Programs For Lab External

C programming important question for Running on your PC
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

Important Programs For Lab External

C programming important question for Running on your PC
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Program to find minimum and maximum of:


(i) Two number (ii) Three numbers
2. Program to arrange given three numbers in ascending order.
3. Program to find the grade of a student using else if ladder and if else statement.
4. Program to find the Roots of quadratic equation.

5. Program to find greatest three numbers using conditional operator


6. Program to replicate calculator using Switch.

7. Program to find sum of series up-to a given limit


8. Program to print the given number in reverse order and check if the number is palindrome or not.

9. Program to print various number patterns using nested loops

10. Program to implement linear search.


11. Program to implement Binary Search.
12. Program to implement Selection sort.
13. Program to implement Bubble sort

14. Programs to implement:


(i) Read and Print the elements of 2D array
(ii) Addition of matrices
(iii) Multiplication of matrices
15. Program to check whether a given matrix is symmetric or not.
16. Program to find min and max element of an array
17. String Handling operations using builtin functions. (Length, copy,
concatenate, Palindrome )

18. Recursive function to implement:


(i) Factorial
(ii) Fibonacci Series
19. Program to display student information using structures.
20. Program to compute the monthly salary of N employees using each employee’s basic pay. The DA is
computed as 52% of the basic. Gross salary is computed as basic pay + DA.

21. Program to Swapping two number using pointes


22. Program to implement self referential structure.

23. Program to read a text file and to count number of lines, words
and characters.
24. Program to copy contents of one file into another.
25. Program to compare the contents of two files and to display the
contents where ever they differ.
26. Program to merge two files into a third file.

You might also like