C Programming - Complete Course from Fundamentals to Advanced Topics

C Programming - Complete Course from Fundamentals to Advanced Topics

Neso Academy via YouTube Direct link

Arrays in C (Solved Problem 1)

90 of 169

90 of 169

Arrays in C (Solved Problem 1)

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

C Programming - Complete Course from Fundamentals to Advanced Topics

Automatically move to the next video in the Classroom when playback concludes

  1. 1 C Programming – Features & The First C Program
  2. 2 Introduction to Variables
  3. 3 Variable Naming Conventions
  4. 4 Basic Output Function – printf
  5. 5 Fundamental Data Types − Integer (Part 1)
  6. 6 Fundamental Data Types − Integer (Part 2)
  7. 7 Exceeding The Valid Range of Data Types
  8. 8 Fundamental Data Types − Character
  9. 9 Fundamental Data Types − Float, Double & Long Double
  10. 10 C Programming (Important Questions Set 1)
  11. 11 Scope of Variables - Local vs Global
  12. 12 Variable Modifiers − Auto & Extern
  13. 13 Variable Modifiers − Register
  14. 14 Variable Modifiers − Static
  15. 15 Constants in C (Part 1)
  16. 16 Constants in C (Part 2)
  17. 17 C Programming (Important Questions Set 2)
  18. 18 Basic Input Function – scanf
  19. 19 C Programming (Important Questions Set 3)
  20. 20 Introduction to Operators in C
  21. 21 Arithmetic Operators in C
  22. 22 Increment and Decrement Operators in C (Part 1)
  23. 23 Increment and Decrement Operators in C (Part 2)
  24. 24 Relational Operators in C
  25. 25 Logical Operators in C
  26. 26 Bitwise Operators in C (Part 1)
  27. 27 Bitwise Operators in C (Part 2)
  28. 28 Bitwise Operators in C (Part 3)
  29. 29 Bitwise Operators in C (Part 4)
  30. 30 Assignment Operators in C
  31. 31 Conditional Operator in C
  32. 32 Comma Operator in C
  33. 33 Precedence and Associativity of Operators
  34. 34 Operators in C (Solved Problem 1)
  35. 35 Operators in C (Solved Problem 2)
  36. 36 C Programming (Rapid Fire Quiz-1)
  37. 37 Conditionals (if-else, Nested if and else if)
  38. 38 Conditionals (Switch)
  39. 39 for and while Loops
  40. 40 do-while Loop
  41. 41 Loop Control Statements − break and continue
  42. 42 Conditionals and Loops (Solved Problem 1)
  43. 43 Conditionals and Loops (Solved Problem 2)
  44. 44 Conditionals and Loops (Solved Problem 3)
  45. 45 Conditionals and Loops (Solved Problem 4)
  46. 46 Conditionals and Loops (Solved Problem 5)
  47. 47 Special Programs in C − Pyramid of Stars
  48. 48 Special Programs in C − Check If The Number Is Palindrome Number
  49. 49 Special Programs in C− Check If The Number Is Armstrong Number
  50. 50 Special Programs in C− Check If The Number Is Strong Number
  51. 51 Special Programs in C − Check If The Number Is Prime Number
  52. 52 Special Programs in C − Adding Two Numbers Without Using The Plus Operator
  53. 53 Special Programs in C − Adding Two Numbers Without Using The Plus Operator (Half Adder Method)
  54. 54 Special Programs in C − Fibonacci Series
  55. 55 Special Programs in C − Floyd's Triangle
  56. 56 Special Programs in C − Binary to Decimal Conversion
  57. 57 Special Programs in C − Calculating Power of an Integer
  58. 58 Special Programs in C − Check Leap Year
  59. 59 Special Programs in C − Check If The Number Is Perfect Number
  60. 60 Introduction to Functions in C
  61. 61 Function Declaration in C
  62. 62 Function Definition in C
  63. 63 Call By Value & Call By Reference in C
  64. 64 Functions (Solved Question 1)
  65. 65 Functions (Solved Question 2)
  66. 66 Functions (Solved Question 3)
  67. 67 Static Functions in C
  68. 68 Static and Dynamic Scoping (Part-1)
  69. 69 Static and Dynamic Scoping (Part-2)
  70. 70 Static and Dynamic Scoping (Part-3)
  71. 71 Static and Dynamic Scoping (Part-4)
  72. 72 Static and Dynamic Scoping (Solved Question 1)
  73. 73 Static and Dynamic Scoping (Solved Question 2)
  74. 74 Recursion in C
  75. 75 How to write Recursive Functions
  76. 76 Types of Recursion (Part 1) | Direct & Indirect Recursion
  77. 77 Types of Recursion (Part 2) | Tail & Non-tail Recursion
  78. 78 Advantage and Disadvantage of Recursion
  79. 79 Recursion (Solved Problem 1)
  80. 80 Recursion (Solved Problem 2)
  81. 81 Recursion (Solved Problem 3)
  82. 82 Recursion (Solved Problem 4)
  83. 83 Recursion (Solved Problem 5)
  84. 84 C Programming (Rapid Fire Quiz-2)
  85. 85 Definition of Array
  86. 86 Declaration of Array
  87. 87 Accessing Array Elements
  88. 88 Initializing an Array
  89. 89 Designated Initialization of Arrays
  90. 90 Arrays in C (Solved Problem 1)
  91. 91 Arrays in C (Solved Problem 2)
  92. 92 Counting Array Elements using sizeof() Operator
  93. 93 Introduction to Multidimensional Arrays
  94. 94 Introduction to Two-Dimensional (2D) Arrays
  95. 95 Introduction to Three-Dimensional (3D) Arrays
  96. 96 Multidimensional Arrays (Solved Problem)
  97. 97 C Program for Matrix Multiplication (Part 1)
  98. 98 C Program for Matrix Multiplication (Part 2)
  99. 99 Constant Arrays in C
  100. 100 Variable Length Arrays in C
  101. 101 Introduction to Pointers in C
  102. 102 Declaring & Initializing Pointers in C
  103. 103 Value of Operator in Pointers
  104. 104 Pointer Assignment
  105. 105 Pointer Application (Finding the Largest & Smallest Elements in an Array)
  106. 106 Returning Pointers
  107. 107 Pointers (Important Questions)
  108. 108 Pointer Arithmetic (Addition)
  109. 109 Pointer Arithmetic (Subtraction)
  110. 110 Pointer Arithmetic (Increment & Decrement)
  111. 111 Pointer Arithmetic (Comparing the Pointers)
  112. 112 Pointers (Program 1) | Sum of Array Elements using Pointers
  113. 113 Using Array Name as a Pointer
  114. 114 Pointers (Program 2) | Reversing a Series of Numbers using Pointers
  115. 115 Passing Array as an Argument to a Function
  116. 116 Using Pointers to Print 2D Arrays
  117. 117 Processing the Multidimensional Array Elements (or) Address Arithmetic of Multidimensional Arrays
  118. 118 Pointers (Program 3)
  119. 119 Pointers (Program 4)
  120. 120 Pointer Pointing to an Entire Array
  121. 121 Pointer Pointing to an Entire Array (Solved Problem)
  122. 122 Pointers (Program 5)
  123. 123 Pointers (Program 6)
  124. 124 Pointers (Program 7)
  125. 125 Pointers (Program 8)
  126. 126 Pointers (Program 9)
  127. 127 Basics of String Literals
  128. 128 Storing the String Literals
  129. 129 Performing Operations on String Literals
  130. 130 String Literal vs. Character Constant
  131. 131 Declaring and Initializing String Variables
  132. 132 Writing Strings using printf and puts Functions
  133. 133 Reading Strings using scanf and gets Functions
  134. 134 Designing The Input Function using getchar()
  135. 135 putchar() Function in C
  136. 136 Strings (Solved Problem 1)
  137. 137 C String Library and String Copy Function - strcpy()
  138. 138 String Length Function - strlen()
  139. 139 String Concatenate Functions - strcat() & strncat()
  140. 140 String Comparison Function - strcmp()
  141. 141 Array of Strings
  142. 142 Strings (Solved Problem 2)
  143. 143 Strings (Solved Problem 3)
  144. 144 Strings (Solved Problem 4)
  145. 145 Strings (Solved Problem 5)
  146. 146 Strings (Solved Problem 6)
  147. 147 Function Pointers in C
  148. 148 Application of Function Pointers in C
  149. 149 Introduction to Structures in C
  150. 150 Declaring Structure Variables
  151. 151 Structure Types (Using Structure Tags)
  152. 152 Structure Types (Using typedef)
  153. 153 Initializing & Accessing the Structure Members
  154. 154 Designated Initialization in Structures
  155. 155 Declaring an Array of Structure
  156. 156 Pointer to Structure Variable
  157. 157 Structure Padding in C
  158. 158 Structure Packing in C
  159. 159 Structures in C (Solved Problem 1)
  160. 160 Structures in C (Solved Problem 2)
  161. 161 Structures in C (Solved Problem 3)
  162. 162 Introduction to Unions in C
  163. 163 Unions in C (Solved Problem 1)
  164. 164 Application of Unions (Part 1)
  165. 165 Application of Unions (Part 2)
  166. 166 Enumerations in C
  167. 167 Program to Find Area of Rectangle Using Structures
  168. 168 Structures & Unions in C (Solved Problem)
  169. 169 File Handling | Chapter-14 | C Programming | nesoacademy.org

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.