Description
In this course, you will :
- Learning the C programming language from the ground up.
- Learn all of the fundamental concepts in C, such as datatypes, variables, statements, loops, and so on, with examples.
- Students will learn the fundamentals of programming in C.
- Apply for positions in real-time programming.
- Students will be able to write their own C programmes by the end of the course.
Syllabus :
- Introduction of C Language
- Elements of C Language
- Identifiers in C Language
- Data Types in C Language
- Data Type Declaration
- Input Output Instruction
- Format Spacifier
- Format Spacifier in scanf function
- Escape Sequence in C Langauge
- Formatted Input Output in printf() and scanf() Function
- Special Symbol in scanf() Function
- Arithmatic Opreator
- Assignment Opreator
- Increment and Decrement Opreator
- Relational Opreator
- Logical Opreator
- Comma Opreator
- sizeof( ) Opreator
- Opreator Precedence and Associativity
- Data Type Conversion or Type Casting
- Control Instruction
- if Statement
- if...else Statement
- Nesting of if...else Statement
- if...else if Ladder
- Conditional Opreator or Trenary Opreator
- while Loop or Entry Controlled Loop
- do while Loop or Exit Controlled Loop
- for Loop
- Difference uses of Loops or Loops Variation
- Nested and Odd Loop
- break, continue and goto Keywords
- Advanced Method of Using Loops with Examples
- Infinite Loop
- Common Mistakes to Create Infinte Loop Example
- switch case in C
- Nesting of switch case in C
- if..else if vs. switch case in C