Programming in C Lab (1)
Programming in C Lab (1)
ES-153/154
Second Semester(2024-2025)
VISION OF INSTITUTE
MISSION OF INSTITUTE
INDEX
Practicals as per GGSIPU
S. No. Practical Date Marks Remark Updated Faculty
Name Marks Sign.
Lab Class Viva
Assessm Participa (5
ent tion Marks)
(15 (5
Marks) Marks)
Write a
program to
find divisor
or factorial of
a given
number.
Write a
program to
find sum of a
geometric
series.
Write a menu
driven
program for
matrices to
do the
following
operation
depending on
whether the
operations
required one
or two
matrices.
a. Addition of
two matrices.
b. Subtraction
of two
matrices
c. Finding
upper and
lower
triangular
matrices.
d. Transpose
of matrix
e. Product of
two matrices.
Write a
program
a. To find the
length of VIVEKANANDA INSTITUTE OF PROFESSIONAL STUDIES - TECHNICAL CAMPUS
Grade A++ Accredited Institution by NAAC
string NBA Accredited for MCA Programme; Recognized under Section 2(f) by
b. To UGC; Affiliated to GGSIP University, Delhi; Recognized by Bar Council of
India and AICTE An ISO 9001:2015 Certified Institution
concatenate SCHOOL OF ENGINEERING & TECHNOLOGY
the string
c. To find
reverse of a
string
d. To copy
one string to
another
string.
Write a
recursive
program for
tower of
Hanoi
problem.
Write a
recursive
program to
print the first
m Fibonacci
number.
Write a
program to
copy one file
to other, use
command
line
arguments.
An array of
records
contains
information of
managers and
workers of a
company.
Print all the
data of
managers and
workers in
separate files.
INDEX
Beyond Curriculum
VIVEKANANDA INSTITUTE OF PROFESSIONAL STUDIES - TECHNICAL CAMPUS
S. No. Practical Grade A++ Accredited Institution by NAAC Updated Faculty
Name NBA Accredited for MCA Programme; Recognized under Section 2(f) by Marks Sign.
UGC; Affiliated to GGSIP University, Delhi; Recognized by Bar Council of
India and AICTE An ISO 9001:2015 Certified Institution
SCHOOL OF ENGINEERING & TECHNOLOGY
Write a
program to
calculate the
division
obtained by
student:
Percentage
above or VIVEKANANDA INSTITUTE OF PROFESSIONAL STUDIES - TECHNICAL CAMPUS
Grade A++ Accredited Institution by NAAC
equal to 60 - NBA Accredited for MCA Programme; Recognized under Section 2(f) by
UGC; Affiliated to GGSIP University, Delhi; Recognized by Bar Council of
First division India and AICTE An ISO 9001:2015 Certified Institution
Percentage SCHOOL OF ENGINEERING & TECHNOLOGY
between 50 to
59- Second
division
Percentage
between 40 to
49 - third
division
Percentage
less than 40-
Fourth
division
Write a menu
driven
program to
find the area
of 2-D
geometry and
3-D geometry
(i) Square
(ii) Circle
(iii)
Rectangle
(iv) Cone
(v) Cylinder
Write a C
program to
store the
information
of 5 students
by using an
array of
structures.