The document outlines a series of programming tasks and exercises for a lab course in Electrical Engineering at Delhi Technological University. It includes programs for mathematical calculations, string manipulations, array operations, and matrix operations. The tasks aim to enhance programming skills in various areas such as algorithms, data structures, and basic computational techniques.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0 ratings0% found this document useful (0 votes)
4 views2 pages
C Program Lab Ep
The document outlines a series of programming tasks and exercises for a lab course in Electrical Engineering at Delhi Technological University. It includes programs for mathematical calculations, string manipulations, array operations, and matrix operations. The tasks aim to enhance programming skills in various areas such as algorithms, data structures, and basic computational techniques.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 2
DELHI TECHNOLOGICAL UNIVERSITY
(Formerly Delhi College of Engineeri
Shahbad Daulatpur, Bawana Road, Delhi
110042
DEPARTMENT OF ELECTRICAL ENGINEERING
CO101 Lab
File
Submitted To: Submitted By:
Ms. Priya Singh Mohammed Adeeb Khan
Assistant Professor B. Tech Electrical
Department of Software Engineering 1YearPage | Signature
Program to find sum and average of two
numbers
Program to find greatest of 10 numbers.
Program to find Simple Interest
Program to print the following
pattern.(triangle of stars)
Program to fine whether the entered number is
prime.
Program to find sum of a 5 digit number.
Program to reverse a5 digit number.
Program to convert decimal to binary and vice
versa,
Program to implement switch case statement.
Program to generate the Fibonacci sequence.
Program to find exponential function.
Program to search a number from an array
using linear search,
Program (o search a number from an array
using linear search
Program to search a number from an array
using linear search
Program to sort an array using Bubble sort.
Program to sort an array using selection sort.
Program to sort an array using insertion sort.
Program to find factorial of a number using
recursion
Program to find the length of the string
without using strlen and then pass them to
characters.
Program to count the number of vowels in a
given string,
Program fo check ifa given string is a
palindrome or not.
Program to string concatenation
Program to string comparison.
Program to string reverse.
Program to convert a string from lower case
to upper case and vice versa
Program for the addition of two 3 x 3
matrices,
Program fo multiply two 3 x 3 matrices
Program to swap two numbers using pointers