0% found this document useful (0 votes)
18 views3 pages

EEE Lab External

Electrical and electronics Engineering Department
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views3 pages

EEE Lab External

Electrical and electronics Engineering Department
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Set 1

1.A. Program to find minimum and maximum of:


(i) Three numbers
B. Program to implement Matrix addition .

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

6. A. Program to print pattern Pascal triangle.


B. Program to implement Bubble sort

Set 7

7.A. Program to print pattern 1


1 2
1 2 3
B. 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.

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

11. A. Program to find Sum of Series upto a given limit.


B. Program to implemlent Self referential Structure.

Set 12

12. A. Program to find Maximum of 3 Numbers using Conditional Operator.


B. Program to implemlent Self referential Structure.
Set 13

12. A. Program to perform String Handling functions(String Length, String copy, String
concatenation).
B. Program to implemlent Self referential Structure.

You might also like