EEE Lab External
EEE Lab External
Set 2
2.A. Program to arrange given three numbers in ascending order.
B. Program to implement Binary Search.
Set 3
3.A. Program to find the grade of a student using else if ladder and if else statement.
B. Program to implement Selection sort.
Set 4
4. A. Program to replicate calculator using Switch.
B. Program to implement Multiplication of matrices.
Set 5
5.A. Program to print the given number in reverse order and check if the number is palindrome or not.
B. Program to implement Bubble sort.
Set 6
Set 7
Set 8
8.A. Program to print pattern A
A B
A B C
B. Program to implement following using recursion.
i. Factorial
Set 9
9. A. Program to print pattern 1
2 3
4 5 6
B. Program to implement following using recursion.
i. Fibonacci Series
Set 10
10. A. Program to calculate roots of quadratic equation
B. Program to implement binary search.
Set 11
Set 12
12. A. Program to perform String Handling functions(String Length, String copy, String
concatenation).
B. Program to implemlent Self referential Structure.