让初学者一步步轻松掌握 C 语言编程
上次更新时间:2024-11-13
课程售价: 2.9 元
联系右侧微信客服充值或购买课程
课程内容
- 1 - Intructors Note (免费)
- 2 - Install Setup and Settings of Code Blocks (免费)
- 3 - First C Program
- 4 - Coding challenge 1 Hello World
- 5 - Introduction to Programming
- 6 - Programming Languages
- 7 - Types of Programming Languages
- 8 - Structured Programming Language
- 9 - Program Development and Execution
- 10 - Benefits of C Language
- 11 - Assemblers Compilers and Interpreters
- 12 - BugError and Debug
- 13 - Brief History of C Language
- 14 - Keywords and Identifiers in C
- 15 - Practice Program Keywords and Identifiers in C
- 16 - Comments in C
- 17 - Practice Program Comments in C
- 18 - Variables Literals and Constants
- 19 - Data Types in C
- 20 - Primary Data Types in C
- 21 - Practice Program Primary Data Types in C
- 22 - Coding Challenge 2 Sum and Difference of Numbers
- 23 - Expressions and Precedence
- 24 - InputOutputIO functions in C
- 25 - Introduction to Operators in C
- 26 - Arithmetic Operators
- 27 - Practice Program using Arithmetic Operators
- 28 - Increment Decrement Operators
- 29 - Practice Program using Increment Decrement Operators
- 30 - Assignment Operators
- 31 - Relational Operators
- 32 - Logical Operators
- 33 - sizeof Operator in C Language
- 34 - Bitwise Operators
- 35 - Practice Program using Bitwise Operators in C Language
- 36 - Coding Challenge 3 Bitwise Operators in C
- 37 - Ternary Operator in C Language
- 38 - Programming Challenge and its SolutionFinding the largest of 3 numbers using
- 39 - Operator Precedence and Associativity in C Language
- 40 - Flow Control Statements in C Program
- 41 - Decision Control Statements including if ifelse nestedif and ifelse Ladder
- 42 - Practice Program Simple if Condition in C
- 43 - Practice Program elseif Condition in C
- 44 - Practice Program Nestedif Condition in C
- 45 - Practice Program ifelse ladder in C
- 46 - Coding Challenge 4 Conditional Statement in C
- 47 - Understanding Switch Case Statements in C Language
- 48 - Programming Challenge and its SolutionFind the largest of 3 nos using ifelse
- 49 - Programming Challenge To Find the Roots of a Quadratic Equation
- 50 - Solution to Programming Challenge To Find the Roots of a Quadratic Equation
- 51 - Programming Challenge To Find the charges for an Electricity Bill
- 52 - Solution to Programming Challenge To Find the charges for an Electricity Bill
- 53 - Introduction to Loops in C
- 54 - Understanding While Loop in C Language
- 55 - Practice Program using while Loop in C Language
- 56 - Understanding For Loop in C Language
- 57 - Practice Program Accessing ASCII values using for Loop
- 58 - Practice Program using for Loop in C Language
- 59 - Coding Challenge 5 For Loop
- 60 - Understanding dowhile loop in C Language
- 61 - Practice Program using dowhile Loop in C Language
- 62 - Understanding break and continue statements in C Language
- 63 - Understanding Nested loops in C Language
- 64 - Programming Challenge To print a Multiplication Table
- 65 - Solution to Programming Challenge To print a Multiplication Table
- 66 - Programming Challenge To Reverse a Given Number
- 67 - Solution to Programming Challenge To Reverse a Given Number
- 68 - Programming Challenge To find whether a Given Number is PALINDROME or NOT
- 69 - Solution to Programming Challenge Number is PALINDROME or NOT
- 70 - Programming Challenge with solution To print a Pascal Triangle
- 71 - Coding Challenge 6 Sum of Digits
- 72 - Coding Challenge 7 Pattern Printing
- 73 - Goto and Labels in C Language
- 74 - Introduction to Functions in C
- 75 - Understanding Userdefined Functions in C
- 76 - Practice Program CallByValue Parameter Passing Mechanism in C
- 77 - Introduction to storage classes in C includes autostaticregister and extern
- 78 - Recursion or Recursive Functions in C
- 79 - Practice Program using Recursive functions
- 80 - Variadic Functions in C
- 81 - Variadic Macros with Practice Program
- 82 - Programming Challenge To Find the GCD of two given Numbers
- 83 - Solution to Programming Challenge To Find the GCD of two given Numbers
- 84 - Programming Challenge To Find the Fibonacci of a given Numbers
- 85 - Solution to Programming Challenge To Find the Fibonacci of a given Numbers
- 86 - Coding Challenge 8 Greatest among 4 numbers using functions
- 87 - Coding Challenge 9 Sum of Nth Term using Recursion
- 88 - Coding Challenge 10 Variadic Functions in C
- 89 - Introduction to Arrays in C Language
- 90 - Basics of Arrays in C Language
- 91 - Practice Program Bubble Sort using 1Dimensional Array in C Language
- 92 - Programming Challenge To sort the elements using Selection Sort Technique
- 93 - Solution to Programming Challenge To sort the elements using Selection Sort
- 94 - Programming Challenge To search an Element using Linear Search
- 95 - Solution to Programming Challenge Linear Search
- 96 - Programming Challenge & Solution Binary Search
- 97 - Coding Challenge 11 Array Reversal
- 98 - MultiDimensional Arrays in C Language
- 99 - 2Dimensional Array in C Language
- 100 - Practice Program 2Dimensional Array in C Language
- 101 - Practice Program Matrix Addition using 2Dim Array
- 102 - Practice Program Matrix Multiplication using 2Dim Array
- 103 - 3Dimensional Array in C Language and the Practice Program
- 104 - Coding Challenge 12 Dynamic Array in C
- 105 - Introduction to Pointers in C
- 106 - Practice Program Pointers in C Language
- 107 - Pointers and Arrays in C Language
- 108 - Coding Challenge 13 Gender based Students Marks Summation
- 109 - Pointer Arithmetic in C Language
- 110 - Pointer to a pointer in C Language
- 111 - Pointers and Functions in C Language
- 112 - Practice Program CallByReference Parameter Passing Mechanism in C
- 113 - Misc Types of Pointers incl NULL pointer Void pointer etc
- 114 - Dynamic Memory Allocation in C Language
- 115 - Practice Program Dynamic Memory Allocation using malloc Function
- 116 - Coding Challenge 14 1D Arrays in C Dynamic Memory Allocation
- 117 - Coding Challenge 15 Pointers in C
- 118 - Introduction to Strings in C Language
- 119 - String Functions in C Language
- 120 - Practice Program ALL Builtin String Functions in C
- 121 - Practice Program String Operations without using String Functions in C
- 122 - Programming Challenge and Solution Case Conversion in String using Pointers
- 123 - Coding Challenge 16 Playing with Characters
- 124 - Coding Challenge 17 Printing Tokens from a String
- 125 - Coding Challenge 18 Digit Frequency
- 126 - Coding Challenge 19 Sorting Array of Strings
- 127 - Coding Challenge 20 Permutations of Strings
- 128 - Coding Challenge 21 Querying the Document
- 129 - Introduction to Structures and Unions in C
- 130 - Basics of Structures in C
- 131 - Practice Program Structures in C
- 132 - Nested Structures in C Language
- 133 - Practice Program using Nested Structures
- 134 - Arrays of Structures in C
- 135 - SelfReferential Structures in C
- 136 - Structures and Pointers in C Language
- 137 - Structures and Functions in C
- 138 - Unions in C Language
- 139 - BitFields in C
- 140 - Enum and Typedef Data types in C
- 141 - Programming Challenge Hardware Item details using nested structure
- 142 - Programming Challenge Menu Driven Application Program for Employee Structure
- 143 - Coding Challenge 22 Boxes through a Tunnel
- 144 - Coding Challenge 23 Small Triangles Large Triangles
- 145 - Coding Challenge 24 Post Transition
- 146 - Coding Challenge 25 Structuring the Document
- 147 - Introduction to Files in C Language
- 148 - Files and Streams in C
- 149 - Types of Files in C
- 150 - Working with Files in C
- 151 - Practice Program Files in C
- 152 - File Functions in C
- 153 - Programming Challenge Append the Contents in a File
- 154 - Programming Challenge Copy the contents of one file into another file
- 155 - Programming Challenge Count the of chars words and sentences from a File
- 156 - Programming Challenge Create separate Files based on IQ Scores of Employees
- 157 - Resources
课程内容
157个讲座
- 1 - Intructors Note (免费)
- 2 - Install Setup and Settings of Code Blocks (免费)
- 3 - First C Program
- 4 - Coding challenge 1 Hello World
- 5 - Introduction to Programming
- 6 - Programming Languages
- 7 - Types of Programming Languages
- 8 - Structured Programming Language
- 9 - Program Development and Execution
- 10 - Benefits of C Language
- 11 - Assemblers Compilers and Interpreters
- 12 - BugError and Debug
- 13 - Brief History of C Language
- 14 - Keywords and Identifiers in C
- 15 - Practice Program Keywords and Identifiers in C
- 16 - Comments in C
- 17 - Practice Program Comments in C
- 18 - Variables Literals and Constants
- 19 - Data Types in C
- 20 - Primary Data Types in C
- 21 - Practice Program Primary Data Types in C
- 22 - Coding Challenge 2 Sum and Difference of Numbers
- 23 - Expressions and Precedence
- 24 - InputOutputIO functions in C
- 25 - Introduction to Operators in C
- 26 - Arithmetic Operators
- 27 - Practice Program using Arithmetic Operators
- 28 - Increment Decrement Operators
- 29 - Practice Program using Increment Decrement Operators
- 30 - Assignment Operators
- 31 - Relational Operators
- 32 - Logical Operators
- 33 - sizeof Operator in C Language
- 34 - Bitwise Operators
- 35 - Practice Program using Bitwise Operators in C Language
- 36 - Coding Challenge 3 Bitwise Operators in C
- 37 - Ternary Operator in C Language
- 38 - Programming Challenge and its SolutionFinding the largest of 3 numbers using
- 39 - Operator Precedence and Associativity in C Language
- 40 - Flow Control Statements in C Program
- 41 - Decision Control Statements including if ifelse nestedif and ifelse Ladder
- 42 - Practice Program Simple if Condition in C
- 43 - Practice Program elseif Condition in C
- 44 - Practice Program Nestedif Condition in C
- 45 - Practice Program ifelse ladder in C
- 46 - Coding Challenge 4 Conditional Statement in C
- 47 - Understanding Switch Case Statements in C Language
- 48 - Programming Challenge and its SolutionFind the largest of 3 nos using ifelse
- 49 - Programming Challenge To Find the Roots of a Quadratic Equation
- 50 - Solution to Programming Challenge To Find the Roots of a Quadratic Equation
- 51 - Programming Challenge To Find the charges for an Electricity Bill
- 52 - Solution to Programming Challenge To Find the charges for an Electricity Bill
- 53 - Introduction to Loops in C
- 54 - Understanding While Loop in C Language
- 55 - Practice Program using while Loop in C Language
- 56 - Understanding For Loop in C Language
- 57 - Practice Program Accessing ASCII values using for Loop
- 58 - Practice Program using for Loop in C Language
- 59 - Coding Challenge 5 For Loop
- 60 - Understanding dowhile loop in C Language
- 61 - Practice Program using dowhile Loop in C Language
- 62 - Understanding break and continue statements in C Language
- 63 - Understanding Nested loops in C Language
- 64 - Programming Challenge To print a Multiplication Table
- 65 - Solution to Programming Challenge To print a Multiplication Table
- 66 - Programming Challenge To Reverse a Given Number
- 67 - Solution to Programming Challenge To Reverse a Given Number
- 68 - Programming Challenge To find whether a Given Number is PALINDROME or NOT
- 69 - Solution to Programming Challenge Number is PALINDROME or NOT
- 70 - Programming Challenge with solution To print a Pascal Triangle
- 71 - Coding Challenge 6 Sum of Digits
- 72 - Coding Challenge 7 Pattern Printing
- 73 - Goto and Labels in C Language
- 74 - Introduction to Functions in C
- 75 - Understanding Userdefined Functions in C
- 76 - Practice Program CallByValue Parameter Passing Mechanism in C
- 77 - Introduction to storage classes in C includes autostaticregister and extern
- 78 - Recursion or Recursive Functions in C
- 79 - Practice Program using Recursive functions
- 80 - Variadic Functions in C
- 81 - Variadic Macros with Practice Program
- 82 - Programming Challenge To Find the GCD of two given Numbers
- 83 - Solution to Programming Challenge To Find the GCD of two given Numbers
- 84 - Programming Challenge To Find the Fibonacci of a given Numbers
- 85 - Solution to Programming Challenge To Find the Fibonacci of a given Numbers
- 86 - Coding Challenge 8 Greatest among 4 numbers using functions
- 87 - Coding Challenge 9 Sum of Nth Term using Recursion
- 88 - Coding Challenge 10 Variadic Functions in C
- 89 - Introduction to Arrays in C Language
- 90 - Basics of Arrays in C Language
- 91 - Practice Program Bubble Sort using 1Dimensional Array in C Language
- 92 - Programming Challenge To sort the elements using Selection Sort Technique
- 93 - Solution to Programming Challenge To sort the elements using Selection Sort
- 94 - Programming Challenge To search an Element using Linear Search
- 95 - Solution to Programming Challenge Linear Search
- 96 - Programming Challenge & Solution Binary Search
- 97 - Coding Challenge 11 Array Reversal
- 98 - MultiDimensional Arrays in C Language
- 99 - 2Dimensional Array in C Language
- 100 - Practice Program 2Dimensional Array in C Language
- 101 - Practice Program Matrix Addition using 2Dim Array
- 102 - Practice Program Matrix Multiplication using 2Dim Array
- 103 - 3Dimensional Array in C Language and the Practice Program
- 104 - Coding Challenge 12 Dynamic Array in C
- 105 - Introduction to Pointers in C
- 106 - Practice Program Pointers in C Language
- 107 - Pointers and Arrays in C Language
- 108 - Coding Challenge 13 Gender based Students Marks Summation
- 109 - Pointer Arithmetic in C Language
- 110 - Pointer to a pointer in C Language
- 111 - Pointers and Functions in C Language
- 112 - Practice Program CallByReference Parameter Passing Mechanism in C
- 113 - Misc Types of Pointers incl NULL pointer Void pointer etc
- 114 - Dynamic Memory Allocation in C Language
- 115 - Practice Program Dynamic Memory Allocation using malloc Function
- 116 - Coding Challenge 14 1D Arrays in C Dynamic Memory Allocation
- 117 - Coding Challenge 15 Pointers in C
- 118 - Introduction to Strings in C Language
- 119 - String Functions in C Language
- 120 - Practice Program ALL Builtin String Functions in C
- 121 - Practice Program String Operations without using String Functions in C
- 122 - Programming Challenge and Solution Case Conversion in String using Pointers
- 123 - Coding Challenge 16 Playing with Characters
- 124 - Coding Challenge 17 Printing Tokens from a String
- 125 - Coding Challenge 18 Digit Frequency
- 126 - Coding Challenge 19 Sorting Array of Strings
- 127 - Coding Challenge 20 Permutations of Strings
- 128 - Coding Challenge 21 Querying the Document
- 129 - Introduction to Structures and Unions in C
- 130 - Basics of Structures in C
- 131 - Practice Program Structures in C
- 132 - Nested Structures in C Language
- 133 - Practice Program using Nested Structures
- 134 - Arrays of Structures in C
- 135 - SelfReferential Structures in C
- 136 - Structures and Pointers in C Language
- 137 - Structures and Functions in C
- 138 - Unions in C Language
- 139 - BitFields in C
- 140 - Enum and Typedef Data types in C
- 141 - Programming Challenge Hardware Item details using nested structure
- 142 - Programming Challenge Menu Driven Application Program for Employee Structure
- 143 - Coding Challenge 22 Boxes through a Tunnel
- 144 - Coding Challenge 23 Small Triangles Large Triangles
- 145 - Coding Challenge 24 Post Transition
- 146 - Coding Challenge 25 Structuring the Document
- 147 - Introduction to Files in C Language
- 148 - Files and Streams in C
- 149 - Types of Files in C
- 150 - Working with Files in C
- 151 - Practice Program Files in C
- 152 - File Functions in C
- 153 - Programming Challenge Append the Contents in a File
- 154 - Programming Challenge Copy the contents of one file into another file
- 155 - Programming Challenge Count the of chars words and sentences from a File
- 156 - Programming Challenge Create separate Files based on IQ Scores of Employees
- 157 - Resources