C Programming Complete Course
Best professional C programming training with complete practical implementation.
Course Details
| காலம் | 1 மாதங்கள் |
|---|---|
| நேரம் | தினசரி 1 மணி நேரம் ( சனி, ஞாயிறு மற்றும் அரசு விடுமுறை நாட்களில் வகுப்புகள் இருக்காது ) |
| Original Fees | ₹7000 |
| 50% Offer Fees | ₹3500 |
| Certificate | அரசு அங்கீகாரம் பெற்ற சான்றிதழ்கள் வழங்கப்படும் |
| Exam + Certificate Fees | ₹685 (Optional) |
Syllabus
Chapter 1. Basic Output Statements
- Learning the structure of the C program
- Creating output using printf
- New line characters
- Tab characters
- getch() & clrscr()
- Understanding main()
Chapter 2. Arithmetic operations - Integers
- Basic arithmetic operations
- int vs long int
- Personal interest calculation
- Area of rectangle
Chapter 3. Float operations & math library
- Float arithmetic
- Volume of sphere
- Square root using math.h
- Average of numbers
Chapter 4. Char Variables & ASCII
- Character usage
- ASCII values
- Character arrays
- Character operations
Chapter 5. Getting Input
- Single & multiple inputs
- Character input
- String input
Chapter 6. Increment and Decrement Operators, Assignment Operators
- Using pre and post increment operators
- Using pre and post decrement operators
- Using assignment operators for arithmetic operations
- Using modulus operator
Chapter 7. If Statements and Applications
- Simple if statement
- If else statement
- If else block statements
- Nested if statements
- Switch case statement
Chapter 8. Logical If Statement
- Using logical AND operator in if statement
- Using logical OR operator in if statement
- Using conditional (ternary) operator
- Single line if expression
Chapter 9. For Loop and Applications
- Create simple for loop to display strings
- Create for loop to display number series
- Using multiple for loops
- Using nested for loops
Chapter 10. For Loops – Applications
- Finding the total of numbers
- Finding factorial of numbers
- Finding sum of number series
- Getting required number of inputs using for loop
Chapter 11. While Loop
- Simple while loop for increment
- Simple while loop for decrement
- While loop for step increment
- While loop for step decrement
- Do-while loop and usage
Chapter 12. Arrays – One Dimensional
- Creating simple array and display values
- Getting values of array using for loop and display
- Finding the biggest value of an array
- Finding the smallest value of an array
Chapter 13. Arrays – Two Dimensional
- Creating two dimensional arrays
- Assign and display the values of two dimensional arrays
- Assign and display two dimensional array elements using for loop
- Matrix addition using arrays
Chapter 14. Functions in C – Void Functions
- Understanding types of functions
- Creating and calling void functions
- Creating multiple functions
- Functions for arithmetic operations
Chapter 15. Functions in C – Passing Parameters
- Creating functions which accept parameters
- Passing multiple parameters to functions
- Processing passed values inside functions
- Creating functions for arithmetic operations with parameters
Chapter 16. File Creation and Reading Files
- Create files and add contents using C programs
- Create multiple files and add contents
- Read file contents and display in output
- Create files in different modes (w, r, a, etc.)
Chapter 17. Pointers
- Understanding address and value of a variable
- Creating pointers and accessing values
- Creating multiple pointers
- Performing arithmetic operations using pointers
Chapter 18. Implementation of If and For Loops
- Convert seconds to hour, minute and remaining seconds
- Checking numbers for positive or negative
- Generating multiplication tables dynamically
- Getting input and performing arithmetic operations
Chapter 19. Implementation of Loops – Patterns
- Generating shapes using for loop
- Shapes using nested for loops
- Display number patterns
- Display number series
Chapter 20. Implementation of If and Loop Concepts
- Using logical if statements
- Generating weekly food menus
- Getting different options and displaying values
Certificate Sample