0% found this document useful (0 votes)
700 views

C Programming Language Full Course Topics

This document outlines the topics covered in a full C programming language course, including the basics of C syntax, variables, input/output, decision making, looping, arrays, strings, functions, structures, pointers, files, memory allocation, and command line arguments. The course covers compiling and running C programs, data types, keywords, operators, storage classes, different types of functions including recursion, passing arrays and structures to functions, pointers, pointers to pointers and arrays, pointer arithmetic, and error handling.

Uploaded by

Angira Ghosh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
700 views

C Programming Language Full Course Topics

This document outlines the topics covered in a full C programming language course, including the basics of C syntax, variables, input/output, decision making, looping, arrays, strings, functions, structures, pointers, files, memory allocation, and command line arguments. The course covers compiling and running C programs, data types, keywords, operators, storage classes, different types of functions including recursion, passing arrays and structures to functions, pointers, pointers to pointers and arrays, pointer arithmetic, and error handling.

Uploaded by

Angira Ghosh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

C Programming Language Full Course Topics

Features of C
• My First C program
• Compile and Run C program
• C Syntax Rules
• Keywords and Identifier
• Operators in C Language
• Data Types in C
• Variables in C
• C Input / Output
• Decision Making
• Switch Statement
• Looping
• Arrays
• string and character array
• Storage classes
• Functions in C
• Introduction to Functions
Types of Functions and Recursion
• Types of Function calls
• Passing Array to function
• Structures in C
• All about Structures
• Typedef
• Unions
• Pointers in C
• Pointers concept
• Declaring and initializing pointer
• Pointer to Pointer
• Pointer to Array
• Pointer to Structure
• Pointer Arithmetic
• Pointer with Functions
• Advanced Topics in C
• File Input / Output
• Error Handling
• Dynamic memory allocation
• Command line argument

You might also like