C programming language
contents of c programming language
- getting started
- what is c ?
- getting started with c
- the c character set
- constants, variables and keywords
- types of constants in c
- rules for constructing integer constants
- Rules for constructing real constants
- Rules for constructing character constants
- types of c variables
- rules for constructing variable names
- c keywords
- the first c program
- from of a c program
- comments in a c program
- what is main()?
- variables and their usage
- printf() and its purpose
- compilation and execution
- receiving input
2.C instructions- types of instructions
- type of declaration instruction
- Arithmetic instruction
- Integer and Float conversions
- Type conversion in Assignments
- Hierarchy of operations
- Associativity of Operations
- Associativity of Operators
- Control Instructions
3.Decision Control Instruction- Decisions! Decisions!
- the if-else Statement
- Multiple Statements within if-else
- Nested if-elses
- A Word of Caution
4.More Complex Decision Making- Use of Logical operators
- The else if Clause
- The ! Operator
- Hierarchy of Operators Revisited
- The Conditional Operators
5.LOOP Control Instruction- Loops
- The while loop
- Tips and Traps
- More operators
6.More Complex Repetitions- The for loop
- Nesting of Loop
- Multiple Initializations in the for Loop
- The break Statement
- The continue statement
- The do-while loops
- The Odd Loop
7.Case Control Instruction- Decisions using switch
- The Tips and Traps
- switch versus if-else Ladder
- The goto keyword
8.Functions- what is a Function?
- why use Functions?
- passing values between Functions
- Order of passing Arguments
- Using Library Functions
- One Dicey Issue
- Return Type of function
coming soon next..
- what is c ?
- getting started with c
- the c character set
- constants, variables and keywords
- types of constants in c
- rules for constructing integer constants
- Rules for constructing real constants
- Rules for constructing character constants
- types of c variables
- rules for constructing variable names
- c keywords
- the first c program
- from of a c program
- comments in a c program
- what is main()?
- variables and their usage
- printf() and its purpose
- compilation and execution
- receiving input
2.C instructions
- types of instructions
- type of declaration instruction
- Arithmetic instruction
- Integer and Float conversions
- Type conversion in Assignments
- Hierarchy of operations
- Associativity of Operations
- Associativity of Operators
- Control Instructions
3.Decision Control Instruction
- Decisions! Decisions!
- the if-else Statement
- Multiple Statements within if-else
- Nested if-elses
- A Word of Caution
4.More Complex Decision Making
- Use of Logical operators
- The else if Clause
- The ! Operator
- Hierarchy of Operators Revisited
- The Conditional Operators
5.LOOP Control Instruction
- Loops
- The while loop
- Tips and Traps
- More operators
6.More Complex Repetitions
- The for loop
- Nesting of Loop
- Multiple Initializations in the for Loop
- The break Statement
- The continue statement
- The do-while loops
- The Odd Loop
7.Case Control Instruction
- Decisions using switch
- The Tips and Traps
- switch versus if-else Ladder
- The goto keyword
8.Functions
- what is a Function?
- why use Functions?
- passing values between Functions
- Order of passing Arguments
- Using Library Functions
- One Dicey Issue
- Return Type of function
coming soon next..
Comments
Post a Comment