Module 1 – C Programming
Binary to Decimal conversion Hexadecimal to Decimal conversion Binary to Hexadecimal conversion Binary number Addition 1’s complement binary subtraction 2’s complement binary subtraction Logic Gates:
- Basic gates
- Universal gates
- Special gates Programming Environment:
- IDE
- Compiler
- Compilation stages
- Memory layout of C
- Header files Data Types:
- Conditions and Loops
- if-else
- while
- do-while
- switch
- break
- continue Functions
- Modifiers and Qualifiers
- Storage class
- Arrays and Pointers
- Structures
- Operators
- typedef and Typecasting
- Modular Programming Approach