string pointer array

These tutorials include a series of well-written and tested tutorials for the C Programming language. 

It starts with the very basics explanations and will take you to the deeper levels of the programming concepts including data types, loops, functions, pointers, arrays, header files, file operations, IO operations, strings, console IO, etc.

To Practice the C Language please follow the C Programming examples

Note :- All the tutorials already visited/read will be marked in red color.

Introduction to C

  1. Beginning with C Programming Language – Write your first C program
  2. How to run a C program without an IDE?
  3. C as a procedure-oriented language
  4. Inbuilt and User-defined Header Files in C Language
  5. Constants – C Programming language
  6. Keywords and Identifiers in C programming language
  7. Data Types: C Programming Language
  8. Operators: C programming language
  9. Precedence and Associativity of Operators in C

Flow Control in C

  1. How to use If- Else in C Programming Language?
  2. How to use Switch statements in C Programming Language?
  3. Jump Statements in C – break, continue, goto, return
  4. FOR loop in C programming language – Iteration Statements
  5. While Loop in C programming language – Iteration Statements
  6. Do-While Loop in C programming language – Iteration Statements

Arrays in C

  1. 1D Arrays in C language – How to declare, initialize and access elements
  2. 2D Arrays in C language – How to declare, initialize and access elements
  3. 3D Arrays in C language – How to declare, initialize and access elements

Functions in C

  1. Functions and its advantages in C Language
  2. User-defined Functions in C Programming Language
  3. Recursive Functions with Examples in C Language
  4. Storage Classes in C programming language
  5. Passing Array Elements to a Function – C Programming

Pointers in C

  1. Pointers and its use in C Programming Language
  2. Operations on Pointers-C Programming Language
  3. Array of pointers and Pointer to array

Strings in C

  1. String Basics- Initialization and Declaration – C Tutorials
  2. String Library functions – Explanation with Example
  3. 2D character array-String array-Declaration and initialization
  4. Array of pointers to string:C Programming Language

Structures in C

  1. Structures in C Programming Language(Basics)- Declaration and accessing
  2. Features of Structures in C programming language

File handling in C

  1. Files in C Programming Language: Introduction and Various File Modes
  2. File Operations in C Programming Language
  3. IO in Files – Examples and explanation of fgets, fputs, fprintf, fscanf, fread, fwrite
  4. Text Files vs Binary Files in C Programming Language

Input-Output – IO in C

  1. Console input/output in C Programming Language: scanf() and printf()
  2. Fastest i/o in C/C++ language – An important asset for the competitive programming

Additional Topics

  1. Escape Sequences and Format Specifiers in C Programming Language
  2. Preprocessors in C Programming

An investment in knowledge always pays the best interest. I hope you like the tutorial. Do come back for more because learning paves way for a better understanding

Do not forget to share and Subscribe.

Happy coding!! ?