C Tutorial

 

1. Introduction to C


2. Basics of C

2.1 Character set in C

2.2 Keywords in C

2.3 C identifiers

2.4 C variables

2.5 C data types

2.6 C operators

2.7 i/p and o/p functions in C

 

3. C Flow Control – decisions and loops
3.1 if statement

3.2 if – else statement

3.3 Nested if statement

3.4 while loop

3.5 do -while loop

3.6 for loop

3.7 break statement

2.8 continue statement

 

4. C Functions and Storage Classes
4.1 Introduction to C functions

4.2 Function declaration, definition and prototype

4.3 Types of function

4.4 Recursive function

4.5 Storage Classes

 

5. C arrays and strings
5.1 Introduction to C arrays

5.2 Multi-dimensional arrays

5.3 Arrays and functions

5.4 Introduction to strings

 

6. C Pointers
6.1 Introduction to Pointers

6.2 C Pointers and Arrays

6.3 C Pointers and Functions

6.4 C Dynamic Memory Allocation (DMA)

 

7. C File Input and Output

7.1 Introduction to C File 

 

8. C Structure and Unions

8.1 Introduction to C Structure

8.2 Structure and Pointer

8.3 Structure and Function

8.4 C Unions

 

9. C Other Important Topics

9.1 C Enumeration

9.2 C Bit Fields

9.3 The Preprocessor

9.4 C Header Files and Library Functions

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.