CP_F55
CP_F55
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().
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.
4. Demonstrate Nested Control Structure - Switch statement, 2.7 2.7 2.7 2.7
15\10\24
5. Demonstrate function, passing arguments to a function (Call 2.8 2.7 2.6 2.7
8\10\24
6. Demonstrate iterative and recursive functions for Factorial/ 2.6 2.7 2.8 2.7
Fibonacci series.
22\10\24
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.
05\11\24
Register.
Program 1: C Program to implement Storage Classes – 2.7 2.7 2.7 2.7
Auto, Extern, Static, Register.
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.
and parameter:
Function, storage classes [auto, extern, static,
register]
05\11\24
Pointer[address operator, pointer variables,
dereferencing pointer, void pointer, pointer,
pointer arithmetic, pointers to pointers,
pointers and array
12\11\24
Files [opening, closing, creating, reading,
processing file]