C Fundamental : Basic Concepts in C Programming Language
1. Features & Application of C
No | Topic | MCQ |
---|---|---|
1.1 | Features of C Programming | - |
1.2 | Application of C Programming | - |
2. Types of Languages
No | Topic | MCQ |
---|---|---|
2.1 | Writing First C Program | - |
2.2 | Step by Step Execution of C Program | - |
2.3 | Low Level Language | - |
2.4 | High Level Language | - |
2.5 | Middle Level Language | - |
3. Compiler and Phases of Compiler
No | Topic | MCQ |
---|---|---|
3.1 | Compiler | - |
3.1.1 | » Phase of Compiler 1 : Lexical Analysis Phase | - |
3.1.2 | » Phase of Compiler 2 : Syntax Analysis | - |
3.1.3 | » Phase of Compiler 3 : Semantic Analysis | - |
3.1.4 | » Phase of Compiler 4 : Intermediate Code Generation | - |
3.1.5 | » Phase of Compiler 5 : Code Optimizer | - |
3.1.6 | » Phase of Compiler 6 : Code Generation | - |
3.2 | Interpreter | - |
3.3 | Difference between Interpreter and Compiler | - |
4. Comments in C
No | Topic | MCQ |
---|---|---|
4.1 | Rules of Wring Comments | - |
4.2 | Single Line Comment | - |
4.3 | Multi Line Comment | - |
4.4 | Difference Between Single and Multline Comment | - |