C Language Mastery: Unlocking the Power of C Programming
- Description
- Curriculum
- FAQ
- Reviews
C Language is the mother of all programming languages. Nowadays most of the companies ask questions on C language to check the programming skill of freshers. •C Programming Language is a successor to the programming language B, C was originally developed at Bell Labs by Dennis Ritchie between 1972 and 1973. It is a general-purpose programming language and faster than Java , Python etc. C Programming Language is portable also.
Why C language?
- By doing programming in C language you will understand the internal working of the computer, how the computer stores and access information.
- If you learn C Language properly than it will very easy to understand the other languages.
- Opportunity to work on open source projects like Linux Kernal, Python Interpreter etc
Topics Covered in this Course
- Fundamentals of Programming Language (Algorithms, Flowcharts)
- Setup Environment for C Programming Language (Code::Blocks and Visual Studio Code)
- First Program in C
- Datatypes and Variables
- Operators ( Arithmetic, Relational, Logical,Increment, Decrement,Bitwise, Conditional etc)
- Conditional Statement (if, if…else, if…else if )
- Looping Statement (while, do…while, for loop)
- Working with Functions
- Arrays and pointers
- Structure and Unions
- Pre-Processor (Macro, File inclusions and Conditional Compilation)
- Command Line Arguments
- Dynamic Memory Allocation
After completion of this course, students can able to understand the concepts of programming language and which can be applied to other programming languages also just by writing different syntax.
-
12What is Operators ? Type of Operators.Video lesson
-
13Arithmetic OperatorsVideo lesson
-
14Relational and Logical OperatorsVideo lesson
-
15Increment and Decrement OperatorsVideo lesson
-
16Bitwise operatorsVideo lesson
-
17Quiz 3Quiz
This quiz contains the questions based on Operators and Type of Operators.
-
18What is Conditional Statement ? Types of Conditional Statement.Video lesson
-
19if...else statementVideo lesson
-
20if...else if ....statementVideo lesson
-
21Nested if StatementVideo lesson
-
22Switch StatementVideo lesson
-
23Quiz 4Quiz
This Quiz contains the Questions related to Conditional Statement.
-
24What is Looping statement ? Types of Looping Statements.Video lesson
-
25for loopVideo lesson
-
26while loopVideo lesson
-
27do...while loopVideo lesson
-
28Nested LoopVideo lesson
-
29Quiz 5Quiz
The Quiz 5 contains the questions on Looping statement such as for, while , do...while and nested loop
-
33What is Array ? One Dimensional Array....Video lesson
-
34Demonstration of One DimensionalVideo lesson
-
35Demonstration of Two Dimensional ArrayVideo lesson
-
36Working with StringsVideo lesson
-
37Practical Implementation of String and String FunctionsVideo lesson
-
38Working with pointersVideo lesson
-
39Practical Implementation of Pointers, Pointers with Array and StringVideo lesson
-
40Quiz 7Quiz
The Quiz 7 contains the questions related to Arrays, Strings and pointers
External Links May Contain Affiliate Links read more