0% found this document useful (0 votes)
122 views5 pages

C Programming CODEITUP Video Links

The document is a comprehensive C programming tutorial by Anand Sir on the CODEITUP YouTube channel, providing a list of topics along with corresponding video links. It covers fundamental concepts such as variables, operators, control statements, arrays, strings, functions, pointers, structures, file handling, and recursion. Each topic is linked to a specific YouTube video for detailed learning.

Uploaded by

Subhash Kumar
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)
122 views5 pages

C Programming CODEITUP Video Links

The document is a comprehensive C programming tutorial by Anand Sir on the CODEITUP YouTube channel, providing a list of topics along with corresponding video links. It covers fundamental concepts such as variables, operators, control statements, arrays, strings, functions, pointers, structures, file handling, and recursion. Each topic is linked to a specific YouTube video for detailed learning.

Uploaded by

Subhash Kumar
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/ 5

C Programming Tutorial with Free NOTES: [Link]

com/c/codeitup

By: Anand Sir, YouTube Channel: CODEITUP

S. Topic Name Youtube Link


No.
1 C Programming basic [Link]

2 Keyword and identifier [Link]

3 Variable and Constants [Link]

4 Writing first c program [Link]

5 Symbolic Constant [Link]

6 Printf Function [Link]

7 scanf function [Link]

8 Airthmetic operator [Link]

9 Relational Operator [Link]

10 Assignment Operator [Link]

11 Logical Operator [Link]

12 Increment Decrement [Link]

13 Size of operator [Link]

14 Installation of code blocks for C/C++ [Link]

15 Ternary/Conditional Operator [Link]

16 Program to understand conditional operator [Link]

17 Basic Structure of c [Link]

18 Program to convert temperature from fahrenheit to [Link]


celsius
19 Control Statements - If | Loops [Link]

20 If statement [Link]

21 Programming with if else statement [Link]

22 Program to find the greatest of three numbers [Link]

23 Switch Case statement [Link]

1|Page
C Programming Tutorial with Free NOTES: [Link]

By: Anand Sir, YouTube Channel: CODEITUP

24 Goto statement [Link]

25 Introduction to for loop [Link]

26 While statement [Link]

27 Programming with While statement [Link]

28 Program to print first N natural Numbers [Link]

29 Program to print First N Even/Odd Numbers [Link]

30 Program to Find Sum of First N Natural Numbers [Link]

31 Program to Find Sum of Digits Of a Given Number [Link]

32 Factorial Program [Link]

33 Program to reverse a Number [Link]

34 Palindrome Number Program [Link]

35 Armstrong Number Program [Link]

36 Fibonacci Series Program [Link]


37 Program to print Table of a Number [Link]
38 Nesting of Loop [Link]
39 Printing Star pattern - Part 1 [Link]
40 Printing Star pattern - Part 2 [Link]
41 Printing Star pattern - Part 3 [Link]
42 Printing Star pattern - Part 4 [Link]
43 Printing Star pattern - Part 5 [Link]
44 Do while loop [Link]
45 Basic of Arrays [Link]
46 Input & Display Array Elements [Link]
47 While VS Do-While VS For Loop [Link]
48 Program to Find Sum of Array Elements [Link]
49 Program to Count Odd And Even Numbers in an Array [Link]
50 Program to find sum of Even & Product of Odd Numbers [Link]
in an Array
51 Program to print Alternate Array Elements [Link]

2|Page
C Programming Tutorial with Free NOTES: [Link]

By: Anand Sir, YouTube Channel: CODEITUP

52 Print Array in Reverse Order [Link]


53 Linear Search/Sequential Search [Link]
54 Program to count Frequency of Elements in an Array [Link]
55 Program to find Max & Min Number in Array [Link]
56 Selection Sort Algorithm [Link]
57 Program for Selection sort [Link]
58 Two Dimensional Array [Link]
59 Program to Accept & Display 2d Array [Link]
60 Program to count total odd & Even in a 2D Array [Link]
61 Sum of even & Product of odd elements in 2D Array [Link]
62 Program to find sum of elements of 2D Array [Link]
63 Program to Search a number in 2D Array [Link]
64 Program to print Left & Right Diaognal elements in 2D [Link]
Array
65 Program to Find Row Sum & Column Sum in 2D Array [Link]
66 Addition of Two Matrix [Link]
67 Program to multiply Two Matrices [Link]
68 Find Transpose of a Matrix [Link]
69 Check Two Matrix are Equal or Not [Link]
70 Check a Matrix is Upper or Lower Triangular or not [Link]

71 Introduction to String [Link]

72 Accessing String character by Character [Link]

73 Program to find length of string [Link]

74 Program to count total Number of words in a string [Link]

75 Program to count Total Vowels & Consonant in a string [Link]

76 Program to copy a string [Link]

77 Program to Concentrate Two String [Link]

78 Character Function in C programming | isalpha , isdigit [Link]


Isalnum , isspace , islower etc
79 String Functions |Strlen() , Strcpy() , Strcat() [Link]

3|Page
C Programming Tutorial with Free NOTES: [Link]

By: Anand Sir, YouTube Channel: CODEITUP

80 Strcmp() Functions [Link]

81 String Conversions from Upper case to Lower case & [Link]


Vice Versa
82 String Reverse Program [Link]

83 String Palindrome [Link]

84 Program to Delete a Number From an Array [Link]

85 Function Introduction [Link]

86 Library Function [Link]

87 Creating User Defined Function [Link]

88 User Defined Function | 4 waye to write Addition [Link]


program Using Function
89 Reverse of a Number in C using Function [Link]

90 Prime Number Program in c Using Function [Link]

91 Sum of Array Elements in C using Function [Link]

92 Linear Search [Link]

93 Addition of Two matrix [Link]

94 Introduction to pointer in C [Link]

95 Program to check Odd Even Using Pointer [Link]

96 Program for prime number Using Pointer [Link]

97 Pointer with Array in C [Link]

98 Pointer with Function in C [Link]

99 Call by Value & Call by Reference [Link]

100 Structure in C Programming [Link]

4|Page
C Programming Tutorial with Free NOTES: [Link]

By: Anand Sir, YouTube Channel: CODEITUP

101 Array of structure in C [Link]

102 Structure as Function Arguments in C [Link]

103 Structure with Pointer in C [Link]

104 Introduction to Union | Difference Between Structure & [Link]


Union
105 Introduction to file handling [Link]

106 Writing Data to file | fputc() | fprint() |fputs() [Link]

107 Fprintf() Function in C [Link]


108 Getc() Function in C Programming | File Handling in C [Link]

109 Count Total Number of Vowels & Consonants in a file | [Link]


File handling in C
110 Fscan() Function in C| File handling in C programming [Link]
111 fgets() function in C | File handling [Link]

112 Recursion in C programming | Factorial Program in C [Link]


113 Recursion in C programming | Fibonacci Series Program [Link]
in C
114 Break & Continue Statement in C Programming [Link]

5|Page

You might also like