0% found this document useful (0 votes)
19 views

practical file cover pages[1]

Uploaded by

ajha96719
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)
19 views

practical file cover pages[1]

Uploaded by

ajha96719
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

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

B.Tech Programme: VLSI

Course Title: Programming in ‘C’


Lab Course Code: ES - 101

Submitted To: Submitted By:


Dr.Parineeta Name:
Assistant Professor
Enrollme
nt No:
Branch
&
Section:

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.

INDEX

Practical’s as per GGSIPU


S.No Practical Date Marks Remark Updated Faculty
Name Marks Signature

Laborat Class Viva


ory Particip (5
Assessm a tion(5 Mark
Marks) s)
ent (15
Marks)

Write a program to find


1. divisor or factorial of a
given number.
Write a program to find
2. sum of a geometric series.
Write a recursive program
3. for Tower of Hanoi
problem.
Write a recursive program
4. to print the first m
Fibonacci number.
Write a menu driven
program for matrices to
do the following
operation depending on
whether the operation
5. requires one or two
matrices.
a) Addition of two matrices
b) Subtraction of two
matrices
c) Finding upper and lower
triangular matrices
d) Trace of a matrix
e) Transpose of a matrix
f) Check of matrix symmetry
g) Product of two matrices.

INDEX
Practical’s as per GGSIPU
S.No Practical Date Marks Remark Updated Faculty
Name Marks Signature

Laborat Class Viva


ory Particip (5
Assessm a tion(5 Mark
Marks) s)
ent (15
Marks)
Write a program to copy
6. one file to other, use
command line arguments.
An array of record
contains information of
7. managers and workers of
a company. Print all the
data of managers and
workers in separate files.
Write a program to
8. perform the
following operators
on Strings without
using String
functions
a)To find the
length of string
b)To concatenate
two strings
c)To find reverse
of a string
d)To copy one string to
another string
Write a program to store
9. records of a student in
student file. The data must
be stored using Binary
File. Read the record
stored in “Student.txt” file
in Binary Code. Edit the
record stored in binary
file. Append a record
stored in student file.
Write a program to count
10. the no. of Lowercase,
Uppercase numbers and
special characters present
in the contents of text file.

You might also like