C Programming
Description
This interactive course introduces the C programming language for absolute beginners & intermediate level which helps you learn and understand C language fundamentals in the easiest way possible. You don’t need to have any previous programming language experience to do this course. This course is exclusively created keeping in mind a complete novice.
Course Content Access Duration: 6 months x 24 hours (4320 hours)
This course includes:
- Pre Recorded Video lectures
- Theoretical & Practical Content
- Assignment
- Practical Test Series
- Interviews Preparation Questions
- Weekly Syllabus Wise Content Release
- Get 7 Live Doubt Clearing Classes by Expert Mentor (1 hr/per live class)*
- 24×7 text based doubt clearing support through inbuilt Q&A module
- One Project at the end of the course
- Course Completion Certification
- Access to our integrated placement portal through which you can apply to jobs listed by our clients.
- Access to clients to work as interns.
*Please Note- You can book live doubt clearing classes through the Book A Teacher Support Menu in your course management panel. After free Live Doubt Clearing Classes you can book extra live class at Rs 300/per hour.
Topics for this course
45 Lessons4320h
Video Lecture – 1
Lesson 1&2 - C programming introduction and first ‘hello world’ program
Lesson 3 - simple input & output ( printf, scanf, placeholder )
Lesson 4: Comments
Video Lecture – 1
Video Lecture – 2
Lesson 5 - Variables and basic data types
Lesson 6 - simple math & operators
lesson 7 - if statements
Video Lecture – 3
lesson 8 - if else & nested if else
lesson 9 - the ternary (conditional) operator in C
Lesson 10 - Switch Statement in C
Video Lecture – 4
Lesson 11 - while loop
Lesson 12 - do while loop
Lesson 13 - for loop
Video Lecture – 5
Lesson 14 - functions in C
Lesson 15: Passing parameters and arguments in C
Lesson 16: Return values in functions
Video Lecture – 6
Lesson 17: scope rules in C
Lesson 18: Arrays in C
Lesson 19: Multidimentional arrays in C
Video Lecture – 7
Lesson 20: Passing Arrays as function arguments in C
Lesson 21: Pointers in C
Lesson 22: Array of pointers
Video Lecture – 8
Lesson 23: Passing pointers as function arguments
Lesson 24: Strings in C
Lesson 25: (struct) structures in C
Lesson 26: Unions in C