Looking for a Tutor Near You?

Post Learning Requirement » x
Ask a Question
x
x

Direction

x

Ask a Question

x

Hire a Tutor

Course Details

Innosoft Gulf

C Language Training

By: Innosoft Gulf

View All 21 Courses

Details

By attending this course, students will learn:

  • Introduction. Writing, compiling, and debugging C programs.
  • Variables and data-types, operators.
  • Control flow. Functions and modular programming. Variable scope. Static and global variables.
  • More control flow. Input and output.
  • Pointers and memory addressing. Arrays and pointer arithmetic. Strings. Searching and sorting algorithms.
  • User-defined data types, structs, unions, bitfields. Memory allocation. Linked lists, binary trees.
  • Pointers to pointers, pointer and string arrays, multidimensional arrays. Stacks and queues.
  • Void and function pointers. Hash tables.
  • External libraries. B-trees, priority queues.
  • C standard library: stdio.h, ctype.h, stdlib.h, assert.h, stdarg.h, time.h
  • Dynamic memory allocation, malloc and valgrind, garbage collection.
  • Multithreading and concurrency.
  • Multithreaded programming. Sockets and asynchronous I/O.
  • Linux interprocess communication.