Course Details

C Programming Language

Learn the fundamentals of programming with our C Programming Course.
This course is designed for beginners and students who want to build a
strong foundation in software development.

Duration

3 Months

Course Fee

₹ 5000/~ ₹ 4000/~

Mode

Online/Offline/Classroom Training

Syllabus

  1. Fundamentals
  2. Structure of a program
  3. Installing MinGW
  4. Compiling
  5. Why Include Header Files
  6. Input/output
  7. if/else
  8. switch/case
  9. loop (for/while/do-while)
  10. Array
  11. Array algorithms
  12. Sorting algorithms
  13. Functions
  14. Pointers
  15. call by value/call by reference
  16. Array as an argument
  17. Pointer as an array
  18. Global variables
  19. Dynamic memory allocation
  20. malloc & free
  21. Binary system
  22. Character data type
  23. Array/address printing
  24. String / string input
  25. Accepting string with white spaces
  26. Data type identification
  27. CRUD Application
  28. Singly linked list
  29. Doubly linked list
  30. Binary search tree(BST)
  31. Recursion
  32. AVL tree
  33. Creating library
  34. File handling
  35. App development
  36. Generic data structures
  37. Pointer to a function