You will get the teaching notes and all the programs written in this course
C Programming Full Course - Teaching Notes +Programs
₹100.00Price
Topics Covered:
- Introduction
- What is C Programming?
- History of C Programming
- Importance of C Programming
- First 3 chapters Interview
- What is Function?
- Write your First C Program
- Executing C Program
- Install Code::Blocks
- Basic C Programs
- Structure of C Program
- Chapters Interview
- Basic printf programs
- Data types and variables
- Typedef and enum
- Data types and variables in 6 minutes
- What is syntax?
- What is charset?
- Trigraph characters
- Tokens
- Keywords and identifiers
- Constants
- Printf in detail (Displaying output to the console)
- Scanf in detail (Reading input from user)
- Operators and expressions
- Typecasting
- Decision making and branching (if, if-else, else-if ladder, switch, goto)
- Storage classes
- Recursion
- Decision making and looping (while, do-while, for)
- 15 Simple programs for freshers
- (Program 1) Check whether a number is positive or negative
- (Program 2) Find number of digits in a number
- (Program 3) Reverse a number
- (Program 4) Find sum of digits in a number
- (Program 5) Print numbers from 0 to n
- (Program 6) Find sum of numbers from 1 to n
- (Program 7) Factorial of a number
- (Program 8) Factorial of a number using recursion
- (Program 9) Fibonacci series
- (Program 10) Fibonacci series using recursion
- (Program 11) Solid rectangular star pattern
- (Program 12) Hollow rectangular star pattern
- (Program 13) Half pyramid star pattern
- (Program 14) Inverted half pyramid star pattern
- (Program 15) Full pyramid star pattern
- Arrays
- Strings
- Structures
- Unions
- Pointers
- After 35 chapters