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

CP_F55

Cp 55
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views

CP_F55

Cp 55
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Jawahar Education Society’s

A.C. Patil College of Engineering


FE Engineering (Semester 1)
C Programming Lab (VSEC102)
Name: Swabhiman Singha
Branch: CSE(IOT)
Roll no.: 55 Batch: F3
Experiment Name Da te TK Pf P Av
Exp Re
g
. ma
No. rk

1. Demonstrate Operators Data Input and Output- getchar(),


putchar(), scanf(), printf(), gets(), puts().

10\09\24
Program 1: C program to implement getchar() and
putchar().
2.8 2.8 2.8 2.8
Program 2: C Program to implement scanf() and printf().
Program 3: C Program to implement gets() and puts().

2. Demonstrate Operators- Arithmetic, Relational, Logical, 2.7 2.7 2.7 2.7


Assignment, Unary, Conditional, Bitwise, Comma, Other

24\09\24
Operators.
Program 1: C Program to implement Arithmetic, Relational
and Logical Operators.
Program 2: C Program to implement Unary, Conditional,
Bitwise, Comma and Other Operators.

3. Demonstrate Branching- if statement, if-else statement, 2.6 2.6 2.7 2.7


Looping while, do-while.
01|\10\24

Program 1: C Program to implement Condition Statement


(if statement, if-else statement).
Program 2: C Program to implement Looping- while and
do-while statements.

4. Demonstrate Nested Control Structure - Switch statement, 2.7 2.7 2.7 2.7
15\10\24

Continue Statement, Break Statement, Go-to Statement.


Program 1: C Program to implement Control Structure
(switch statement, continue statement, break statement, go-
to statement).

5. Demonstrate function, passing arguments to a function (Call 2.8 2.7 2.6 2.7
8\10\24

by Value and Call by Reference).


Program 1: C Program to implement functions (Call by
Value and Call by Reference).

6. Demonstrate iterative and recursive functions for Factorial/ 2.6 2.7 2.8 2.7
Fibonacci series.
22\10\24

Program 1: C Program to implement iterative function for


Factorial/Fibonacci.
Program 2: C Program to implement recursive function for
Factorial/Fibonacci.
Jawahar Education Society’s

A.C. Patil College of Engineering


FE Engineering (Semester 1)
C Programming Lab (VSEC102)
Name: Swabhiman Singha

EXPERIMENT INDEX
Branch: CSE(IOT)
Roll no.: 55 Batch: F3

EXPERIMENT INDEX
Exp Experiment Name Da TK PF P Av Remar
. te g ks
No.

7. Demonstrate Storage Classes - Auto, Extern, Static,

05\11\24
Register.
Program 1: C Program to implement Storage Classes – 2.7 2.7 2.7 2.7
Auto, Extern, Static, Register.

8. Demonstrate Arrays 1D and 2D. 2.7 2.7 2.7 2.7


Program 1: C Program to implement Array 1D.
12\11\24
Program 2: C Program to implement Array 2D.

9. Demonstrate String and Array of Strings. 2.6 2.7 2.5 2.6


19\11\24

Program 1: C Program to implement String program.


Program 2: C Program to implement strings arrays of
string.

10. Demonstrate Structures. 2.7 2.8 2.6 2.7


26\11\24

Program 1: Write a program to store and display information


of a student/employee etc. using structures.

11. Demonstrate Pointers. 2.7 2.7 2.7 2.7


26\11\24

Program 1:.Program to demonstrate pointers

12. Demonstrate files. 2.6 2.6 2.6 2.6


19\11\24

Program 1: Write a program to maintain a simple student/


employee etc. database using file handling.
Jawahar Education Society’s

A.C. Patil College of Engineering


FE Engineering (Semester 1)
C Programming Lab (VSEC102)
Name: Swabhiman Singha
13. Implement one small application using Function, 2.6 2.7 2.8 2.7
Structure and Pointers concepts in C.

03\12\24
Note : Implementation small menu driven application in C
Programming
1. Functions: Add, display, and search books. 2. Files: Store
and retrieve book data. 3. Structures: Represent a book. 4.
Pointers: Manage the list of books dynamically

Branch: CSE(IOT)
Roll no.: 55 Batch: F3

ASSIGNMENT INDEX
Sr. Assignment Name Date TK Pf P Avg Remarks
No.

1. Fundamentals of C Programming 2.6 2.6 2.6 2.6


10\09\24

Types of Sets, Different Operators, data input


and output [getchar(), putchar(), scanf(),
printf(), gets(), puts().

2. Control Structures 2.7 2.7 2.7 2.7


Branching (if statement, If-else, multiway
24\09\24

decision), Looping [while, do-while, for],


Nested control structure [switch statement,
continue statement, break statement, goto
statement

3. Functions and Parameters Function 2.7 2.6 2.8 2.7


01\10\24

and parameter:
Function, storage classes [auto, extern, static,
register]

4. Arrays, Strings and Structures 2.6 2.6 2.6 2.6


08\10\24

Arrays, String, structure: Array [1D array and


multidimensional array], String [basic of string,
array of string, functions in string], Structure
Jawahar Education Society’s

A.C. Patil College of Engineering


FE Engineering (Semester 1)
C Programming Lab (VSEC102)
Name: Swabhiman Singha
5. Pointers 2.7 2.6 2.5 2.6

05\11\24
Pointer[address operator, pointer variables,
dereferencing pointer, void pointer, pointer,
pointer arithmetic, pointers to pointers,
pointers and array

6. Files 2.6 2.6 2.6 2.6

12\11\24
Files [opening, closing, creating, reading,
processing file]

You might also like