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

Topics

This document outlines 28 key topics related to the C programming language, including basic syntax, data types, variables, operators, decision making, loops, functions, arrays, pointers, structures, input/output, files, preprocessor directives, type casting, and recursion. It provides a high-level overview of the main components and concepts in the C language.

Uploaded by

dgk84_id
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views

Topics

This document outlines 28 key topics related to the C programming language, including basic syntax, data types, variables, operators, decision making, loops, functions, arrays, pointers, structures, input/output, files, preprocessor directives, type casting, and recursion. It provides a high-level overview of the main components and concepts in the C language.

Uploaded by

dgk84_id
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

S.

NO TOPICS
1. INTRODUCTION
2. PROGRAM STRUCTURE
3. BASIC SYNTAX
4. DATA TYPES
5. VARIABLES
6. CONSTANTS AND LITERALS
7. STORAGE CLASSES
8. OPERATORS
9. DECISION MAKING
10. LOOPS
11. FUNCTIONS
12. SCOPE RULES
13. ARRAYS
14. POINTERS
15. STRINGS
16. STRUCTURES
17. UNIONS
18. BIT FIELDS
19. INPUT AND OUTPUT
20. FILE I/O
21. PREPROCESSOR
22. HEADER FILES
23. TYPE CASTING
24. ERROR HANDLING
25. RECURSION
26. VARIABLE ARGUMENTS
27. MEMORY MANAGEMENT
28. COMMAND LINE ARGUMENTS

You might also like