C Lab Experiment List
C Lab Experiment List
Teacher’s Remarks
Week Ques Problem Statements Signature
**
***
****
4 Print the following pattern up to N Lines:
*******
*****
***
*
5 Write a Program to print given pattern up to N lines:
ABCDE
CDEF
EFG
GH
I
6 Write a Program to print given pattern up to N lines:
A
AC
ACE
ACEG
ACEGI
7 Print the following pattern up to N Lines:
10001
01010
00100
01010
10001
8 Print the following pattern up to N Lines:
1
121
12321
1234321
9 Print the following pattern up to N Lines:
1
11
121
1331
14641
Teacher’s Remarks
Week Ques Problem Statements Signature