C Programming Tutorial with Free NOTES: https://youtube.
com/c/codeitup
By: Anand Sir, YouTube Channel: CODEITUP
S. Topic Name Youtube Link
No.
1 C Programming basic https://youtu.be/WclJri-15HI
2 Keyword and identifier https://www.youtube.com/watch?v=3cZcnsYEQow
3 Variable and Constants https://www.youtube.com/watch?v=wARq2NWj6oM
4 Writing first c program https://www.youtube.com/watch?v=-pNL5qB0-dc
5 Symbolic Constant https://www.youtube.com/watch?v=pCnUKyjp6iE
6 Printf Function https://www.youtube.com/watch?v=XksiheECUN4
7 scanf function https://www.youtube.com/watch?v=e-lXCPCztHM
8 Airthmetic operator https://www.youtube.com/watch?v=uK53ZhjqYng
9 Relational Operator https://www.youtube.com/watch?v=duT_rVN4BYE
10 Assignment Operator https://www.youtube.com/watch?v=aSiIZPtcyf0
11 Logical Operator https://www.youtube.com/watch?v=pn2SosDDgsA
12 Increment Decrement https://www.youtube.com/watch?v=nUdeKsdzMUU
13 Size of operator https://www.youtube.com/watch?v=3pCvpsIY10U
14 Installation of code blocks for C/C++ https://www.youtube.com/watch?v=Yy7ITYyjAVU
15 Ternary/Conditional Operator https://www.youtube.com/watch?v=-xHH8ATk4Y
16 Program to understand conditional operator https://www.youtube.com/watch?v=d-b6-ZuV49M
17 Basic Structure of c https://www.youtube.com/watch?v=BFYeWIexdpA
18 Program to convert temperature from fahrenheit to https://www.youtube.com/watch?v=6RBOyPNDvj8
celsius
19 Control Statements - If | Loops https://www.youtube.com/watch?v=TkuSNqBrWr0
20 If statement https://www.youtube.com/watch?v=taSonKNVhX4
21 Programming with if else statement https://www.youtube.com/watch?v=quFQ6V6AxI4
22 Program to find the greatest of three numbers https://www.youtube.com/watch?v=x0OS9IfTRQs
23 Switch Case statement https://www.youtube.com/watch?v=9C5wx-AXP24
1|Page
C Programming Tutorial with Free NOTES: https://youtube.com/c/codeitup
By: Anand Sir, YouTube Channel: CODEITUP
24 Goto statement https://www.youtube.com/watch?v=RqtkMS1ly5Q
25 Introduction to for loop https://www.youtube.com/watch?v=RL6klX00cHU
26 While statement https://www.youtube.com/watch?v=U1aYtB-ke4c
27 Programming with While statement https://www.youtube.com/watch?v=3GT7oSUVPBQ
28 Program to print first N natural Numbers https://www.youtube.com/watch?v=06_MCZGbnWc
29 Program to print First N Even/Odd Numbers https://www.youtube.com/watch?v=CM7NNX4iddI
30 Program to Find Sum of First N Natural Numbers https://www.youtube.com/watch?v=OT6PCUKdQJ8
31 Program to Find Sum of Digits Of a Given Number https://www.youtube.com/watch?v=eHHcuxrNy7I
32 Factorial Program https://www.youtube.com/watch?v=-m71_eHBaVw
33 Program to reverse a Number https://www.youtube.com/watch?v=54nH3itO75g
34 Palindrome Number Program https://www.youtube.com/watch?v=6SmXVUGiseU
35 Armstrong Number Program https://www.youtube.com/watch?v=euPZIMj66Ws
36 Fibonacci Series Program https://www.youtube.com/watch?v=MSCrYjEgiVQ
37 Program to print Table of a Number https://www.youtube.com/watch?v=Gic85ed6F2w
38 Nesting of Loop https://www.youtube.com/watch?v=KqxeuK--uvA
39 Printing Star pattern - Part 1 https://www.youtube.com/watch?v=nbxgZQTwGSw
40 Printing Star pattern - Part 2 https://www.youtube.com/watch?v=RZcWTuuiafY
41 Printing Star pattern - Part 3 https://www.youtube.com/watch?v=DY309g0kDlQ
42 Printing Star pattern - Part 4 https://www.youtube.com/watch?v=Ycx00yw1Pi0
43 Printing Star pattern - Part 5 https://www.youtube.com/watch?v=H4ayr2TdFzY
44 Do while loop https://www.youtube.com/watch?v=B-f-g_EKfuc
45 Basic of Arrays https://www.youtube.com/watch?v=bnL5PtGbRRU
46 Input & Display Array Elements https://www.youtube.com/watch?v=xsrXEyIILFQ
47 While VS Do-While VS For Loop https://www.youtube.com/watch?v=83SWUtj1TtE
48 Program to Find Sum of Array Elements https://www.youtube.com/watch?v=hnh39uRKsTk
49 Program to Count Odd And Even Numbers in an Array https://www.youtube.com/watch?v=beNTgokXUCs
50 Program to find sum of Even & Product of Odd Numbers https://www.youtube.com/watch?v=V7FhqddhOj4
in an Array
51 Program to print Alternate Array Elements https://www.youtube.com/watch?v=SkO9mGpCLJY
2|Page
C Programming Tutorial with Free NOTES: https://youtube.com/c/codeitup
By: Anand Sir, YouTube Channel: CODEITUP
52 Print Array in Reverse Order https://www.youtube.com/watch?v=WybdXuEaKLQ
53 Linear Search/Sequential Search https://www.youtube.com/watch?v=HXfvOoQjjxM
54 Program to count Frequency of Elements in an Array https://www.youtube.com/watch?v=AcyytXEk0NA
55 Program to find Max & Min Number in Array https://www.youtube.com/watch?v=2G0pq_swvw0
56 Selection Sort Algorithm https://www.youtube.com/watch?v=RmXvbiEPvZg
57 Program for Selection sort https://www.youtube.com/watch?v=b9xWoCCpzl0
58 Two Dimensional Array https://www.youtube.com/watch?v=LV5hxtTXeag
59 Program to Accept & Display 2d Array https://www.youtube.com/watch?v=h-Hgm-_M4jQ
60 Program to count total odd & Even in a 2D Array https://www.youtube.com/watch?v=BMBg01jO2MI
61 Sum of even & Product of odd elements in 2D Array https://www.youtube.com/watch?v=MyrmxL_I2yA
62 Program to find sum of elements of 2D Array https://www.youtube.com/watch?v=HQrYj8tedSM
63 Program to Search a number in 2D Array https://www.youtube.com/watch?v=vOsUzpZz2xU
64 Program to print Left & Right Diaognal elements in 2D https://www.youtube.com/watch?v=XRgmQisrfB4
Array
65 Program to Find Row Sum & Column Sum in 2D Array https://www.youtube.com/watch?v=PVRx4cdPtr4
66 Addition of Two Matrix https://www.youtube.com/watch?v=Ra-Asja9MVo
67 Program to multiply Two Matrices https://www.youtube.com/watch?v=B_ozLTjjMLM
68 Find Transpose of a Matrix https://www.youtube.com/watch?v=mc6BIxaYYeI
69 Check Two Matrix are Equal or Not https://www.youtube.com/watch?v=DGoG9O-q-2k
70 Check a Matrix is Upper or Lower Triangular or not https://www.youtube.com/watch?v=LTbhiS9MOHA
71 Introduction to String https://www.youtube.com/watch?v=ZtqsygBaafI
72 Accessing String character by Character https://www.youtube.com/watch?v=4z0JPsMDslY
73 Program to find length of string https://www.youtube.com/watch?v=gA92SC_HVz0
74 Program to count total Number of words in a string https://www.youtube.com/watch?v=okWY7Lv0o7U
75 Program to count Total Vowels & Consonant in a string https://www.youtube.com/watch?v=qyx2xsZOmPQ
76 Program to copy a string https://www.youtube.com/watch?v=XTVJed-aSJo
77 Program to Concentrate Two String https://www.youtube.com/watch?v=yS_ddig7Zcc
78 Character Function in C programming | isalpha , isdigit https://www.youtube.com/watch?v=XPwNkiMrpa0
Isalnum , isspace , islower etc
79 String Functions |Strlen() , Strcpy() , Strcat() https://www.youtube.com/watch?v=CopUixbkVZI
3|Page
C Programming Tutorial with Free NOTES: https://youtube.com/c/codeitup
By: Anand Sir, YouTube Channel: CODEITUP
80 Strcmp() Functions https://www.youtube.com/watch?v=R7XiobUEmIA
81 String Conversions from Upper case to Lower case & https://www.youtube.com/watch?v=3m1xD9GgqvU
Vice Versa
82 String Reverse Program https://www.youtube.com/watch?v=2CM2FMsEY5Q
83 String Palindrome https://www.youtube.com/watch?v=MHPpntxNdEg
84 Program to Delete a Number From an Array https://www.youtube.com/watch?v=dGBNgYIUGCA
85 Function Introduction https://www.youtube.com/watch?v=CxHKXvZQQ4g
86 Library Function https://www.youtube.com/watch?v=hkT_TswB2do
87 Creating User Defined Function https://www.youtube.com/watch?v=FbKy4Mkp5TQ
88 User Defined Function | 4 waye to write Addition https://www.youtube.com/watch?v=TarftquuGDc
program Using Function
89 Reverse of a Number in C using Function https://www.youtube.com/watch?v=lYQcbMz5b2U
90 Prime Number Program in c Using Function https://www.youtube.com/watch?v=sD2_fFv_VZU
91 Sum of Array Elements in C using Function https://www.youtube.com/watch?v=ov6-HiBwTEo
92 Linear Search https://www.youtube.com/watch?v=rlBLklJ_baI
93 Addition of Two matrix https://www.youtube.com/watch?v=3WNEZGfXqho
94 Introduction to pointer in C https://www.youtube.com/watch?v=cwMG5-tvuwA
95 Program to check Odd Even Using Pointer https://www.youtube.com/watch?v=3WNEZGfXqho
96 Program for prime number Using Pointer https://www.youtube.com/watch?v=BvVn-QK78Mg
97 Pointer with Array in C https://www.youtube.com/watch?v=bNpXDUa4ZmM
98 Pointer with Function in C https://www.youtube.com/watch?v=pUv3iDkqBws
99 Call by Value & Call by Reference https://www.youtube.com/watch?v=gvwJ_STdhg0
100 Structure in C Programming https://www.youtube.com/watch?v=DXEU6Sz3PCY
4|Page
C Programming Tutorial with Free NOTES: https://youtube.com/c/codeitup
By: Anand Sir, YouTube Channel: CODEITUP
101 Array of structure in C https://www.youtube.com/watch?v=4JSIyWSfZ28
102 Structure as Function Arguments in C https://www.youtube.com/watch?v=-uhqkA86Ovs
103 Structure with Pointer in C https://www.youtube.com/watch?v=u5_O7vtRDSE
104 Introduction to Union | Difference Between Structure & https://www.youtube.com/watch?v=5ieKOMWjZOA
Union
105 Introduction to file handling https://www.youtube.com/watch?v=6ZNzpMA5Uws
106 Writing Data to file | fputc() | fprint() |fputs() https://www.youtube.com/watch?v=aIzG9qMp0_8
107 Fprintf() Function in C https://www.youtube.com/watch?v=LSZydoScTLg
108 Getc() Function in C Programming | File Handling in C https://www.youtube.com/watch?v=QGIbuskexUA
109 Count Total Number of Vowels & Consonants in a file | https://www.youtube.com/watch?v=4yHasKBQ0WA
File handling in C
110 Fscan() Function in C| File handling in C programming https://www.youtube.com/watch?v=nh-aU7jpvK8
111 fgets() function in C | File handling https://www.youtube.com/watch?v=EOQfSE-hiAU
112 Recursion in C programming | Factorial Program in C https://www.youtube.com/watch?v=WVhyvblORNE
113 Recursion in C programming | Fibonacci Series Program https://www.youtube.com/watch?v=L1tkqXCHK-4
in C
114 Break & Continue Statement in C Programming https://youtu.be/92vIYebOkh8
5|Page