C Programming Complete Hindi Notes | Programming C Full Notes in Hindi इस पोस्ट में हमने प्रोग्रामिंग सी के बारे में स्टेप-बाई-स्टेप बताया हुआ है, आप एक-एक करके सभी पोस्ट को पढ़ते चले और प्रैक्टिस करते रहे ताकि आपको सभी चीज़े क्लियर होती चले, तो चलिए आर्टिकल को स्टार्ट करते है।
यदि आपको आर्टिकल अच्छा लगे तो निचे सोशल बटन पर क्लिक करके अपने दोस्तों के साथ शेयर अवश्य करें ताकि उन्हें भी इसकी जानकारी प्राप्त हो सके।
C Programming Basics Notes
- Overview of C Language in Hindi Notes
- First C Program in Hindi Notes
- Compile and Run C Program in Hindi Notes
- Basic Syntax Rules in Hindi Notes
- Keywords and Identifiers in Hindi Notes
- Operators in Hindi Notes
- Data Types in C in Hindi Notes
- Variables in C in Hindi Notes
- C input and Output in Hindi Notes
- Decision Making in C in Hindi Notes
- Switch Statement in C in Hindi Notes
- Loops in C in Hindi Notes
- Arrays in C in Hindi Notes
- String and Character Arrays in Hindi Notes
- Storage Classes in C in Hindi Notes
Functions & Structure Notes
- Functions in C in Hindi Notes
- Types & Recursion in Hindi Notes
- Types of Function Calls in Hindi Notes
- Passing Array to Functions in Hindi Notes
- Structure in C in Hindi Notes
- typedef in C in Hindi Notes
- Union in C in Hindi Notes
Pointers & Files Notes
- Pointers in C in Hindi Notes
- Declaring & Initializing in Hindi Notes
- Pointer to a Pointer in Hindi Notes
- Pointer to Array in Hindi Notes
- Pointer to Structure in Hindi Notes
- Pointer Arithmetic in Hindi Notes
- Pointer with Functions in Hindi Notes
- File Handling in Hindi Notes
- Error Handling in C in Hindi Notes
- Dynamic Memory Allocation in C in Hindi Notes
- Command Line Argument in C in Hindi Notes
Programs Notes
- Displaying Hello World
- Integer is Positive or Negative
- Reversing a Number using While Loop
- Largest of Three Input numbers
- Fibonacci Series
- Factorial Number
- Prime Numbers
- Armstrong Number
- Palindrome or Not
- Palindrome Number in a Given range
- Even or Odd
- ASCII Value of a Character
- Size of Data Types
- Alphabet is Vowel or Consonant
- Leap Year or Not
- Sum of First n Natural Numbers
- Uppercase to Lowercase String
- Lowercase to Uppercase String
- Sort String in Alphabetical Order
- Length of a String Without using strlen()
- String Concatenation
- Reverse a String using Recursion
- Arrange Number in Ascending Order
- Largest Element of an Array
- Sum of array Elements using Pointers
- Size of an Array
- Bubble Sorting
- Insertion Sort
- Selection Sort
- Quick Sort
- Convert Binary to Decimal Number