0% found this document useful (0 votes)
5 views6 pages

Programming in C Lab (1)

The document outlines the curriculum for a Programming in 'C' course at the Vivekananda Institute of Professional Studies for the B.Tech IIOT program. It includes the vision and mission of the institute, a list of practical programming assignments, and various tasks such as writing programs for mathematical operations, string manipulation, and data handling. The document emphasizes hands-on learning through practical applications of C programming concepts.

Uploaded by

mehra130806
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)
5 views6 pages

Programming in C Lab (1)

The document outlines the curriculum for a Programming in 'C' course at the Vivekananda Institute of Professional Studies for the B.Tech IIOT program. It includes the vision and mission of the institute, a list of practical programming assignments, and various tasks such as writing programs for mathematical operations, string manipulation, and data handling. The document emphasizes hands-on learning through practical applications of C programming concepts.

Uploaded by

mehra130806
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/ 6

Programming in ‘C’

ES-153/154

VIVEKANANDA INSTITUTE OF PROFESSIONAL STUDIES - TECHNICAL CAMPUS


Grade A++ Accredited Institution by NAAC
NBA Accredited for MCA Programme; Recognized under Section 2(f) by UGC;
Affiliated to GGSIP University, Delhi; Recognized by Bar Council of India and
AICTE An ISO 9001:2015 Certified Institution

SCHOOL OF ENGINEERING & TECHNOLOGY

Second Semester(2024-2025)

B.Tech Programme: IIOT

Submitted To: Submitted


By :-
Name:Dr. Shivanka Name :
Assistant Professor Enrollment No:
Branch & Section:
VIVEKANANDA INSTITUTE OF PROFESSIONAL STUDIES - TECHNICAL CAMPUS
Grade A++ Accredited Institution by NAAC
NBA Accredited for MCA Programme; Recognized under Section 2(f) by
UGC; Affiliated to GGSIP University, Delhi; Recognized by Bar Council of
India and AICTE An ISO 9001:2015 Certified Institution
SCHOOL OF ENGINEERING & TECHNOLOGY

VISION OF INSTITUTE

To be an educational institute that empowers the field of engineering to


build a sustainable future by providing quality education with
innovative practices that supports people, planet and profit.

MISSION OF INSTITUTE

To groom the future engineers by providing value-based education and


awakening students' curiosity, nurturing creativity and building
capabilities to enable them to make significant contributions to the
world.
VIVEKANANDA INSTITUTE OF PROFESSIONAL STUDIES - TECHNICAL CAMPUS
Grade A++ Accredited Institution by NAAC
NBA Accredited for MCA Programme; Recognized under Section 2(f) by
UGC; Affiliated to GGSIP University, Delhi; Recognized by Bar Council of
India and AICTE An ISO 9001:2015 Certified Institution
SCHOOL OF ENGINEERING & TECHNOLOGY

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

Date Marks Remark


Lab Class Viva
Assessm Participa (5
ent tion Marks)
(15 (5
Marks) Marks)
Write a
program to
design
Arithmetic
Calculator.
Write a
program to
find Simple
and Compound
Interest.
a) Write a
program to
swap two
numbers using
temporary
variable.
b) Write a
program to
swap two
numbers
without using
temporary
variable.
a) Write a
program to
check whether
a year is leap
year or not
using
conditional
operator.
b) Write a
program to find
roots of a
quadratic
equation using
conditional
operator.

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.

You might also like