C Programming

Programming in C and Advance C

C is highly portable and is used for scripting system applications which form a major part of Windows, UNIX, and Linux operating system. C is a general-purpose programming language and can efficiently work on enterprise applications, games, graphics, and applications requiring calculations, etc.

Become a C Language Developer by getting guidance from the highly experienced and qualified faculty at Sphere InfoTech.

Duration: 2 Months
Fees: 4,000/-

1. 1 History of C
1. 2 Importance of C
1.3 Basic Structure of C Programs
1.4 Executing a 'C' Program
2. 1 Character Set
2. 2 C Tokens
2. 3 Constants
2. 4 Variables
2. 5 Data Types
2. 6 Storage Class
2. 7 Symbolic Constants
3. 1 Arithmetic Operators
3.2 Relational Operators
3.3 Logial Operators
3. 4 Conditional Operator
3.5 Arithmetic Expressions
3.6 Precedence and Associativity
4. 1 Reading a Character
4. 2 Writing a Character
4. 3 Formatted Input
4. 4 Formatted Output
5. 1 Decision Making with if Statement
5. 2 The Switch Statement
5. 3 The ?: Operator
5. 4 The Goto Statement
6. 1 The While Statement
6. 2 The do Statement
6. 3 The for Statement
7. 1 One-dimensional Arrays
7. 2 Two-dimensional Arrays
7. 3 Multi-dimensional Arrays
7. 4 Dynamic Arrays
8. 1 Declaring and Initializing String Variables
8. 2 Reading Strings from Terminal
8. 3 Writing Strings to Screen
8. 4 String-handling Functions
9. 1 Definition of Functions
9. 2 Return Values and their Types
9. 3 Function Calls
9. 4 Function Declaration
9. 5 Category of Functions
9. 6 Nesting of Functions
9. 7 Recursion
10. 1 Defining a Structure
10. 2 Structure Variables
10. 3 Structure Members
10. 4 Structure Initialization
10. 5 Arrays of Structures
10. 6 Structures within Structures
10. 7 Structures and Functions