ADVANCE C PROGRAMING
Note: This RoadMap will provide you Basic to Advance C knowledge.
1. This will help you for interview preparation and also compiling
code using Linux OS.
2. First Install Ubuntu OS and learn some commands otherwise use
VS code.
3. Pickup one by one step and prepare well.
4. This all steps are in order of Basic to Advance.
5. Do project in the middle after completing particular topics and solve
questions provided in Document.
Steps
What is programming language.
What is high- and low-level language with example.
Important features of C.
Difference between compile type and interpreted type PL.
Compilation stages.
Basic syntax of C.
Keywords in C.
Data types in C with their size.
What is bit and what is byte.
Binary conversion of positive integer value.
Binary to positive integer conversion.
Binary conversion of negative integer value.
Binary to Hex conversion.
Format specifiers in C.
Sizeof operator in C and & in C.
Conditional statements and loop: (Learn this all in deep)
• If & it’s Family.
• For loop and nested for loop.
• While loop and nested while loop.
• Switch case.
• Do while loop.
Note: This RoadMap will provide you Basic to Advance C knowledge.
1. This will help you for interview preparation and also compiling
code using Linux OS.
2. First Install Ubuntu OS and learn some commands otherwise use
VS code.
3. Pickup one by one step and prepare well.
4. This all steps are in order of Basic to Advance.
5. Do project in the middle after completing particular topics and solve
questions provided in Document.
Steps
What is programming language.
What is high- and low-level language with example.
Important features of C.
Difference between compile type and interpreted type PL.
Compilation stages.
Basic syntax of C.
Keywords in C.
Data types in C with their size.
What is bit and what is byte.
Binary conversion of positive integer value.
Binary to positive integer conversion.
Binary conversion of negative integer value.
Binary to Hex conversion.
Format specifiers in C.
Sizeof operator in C and & in C.
Conditional statements and loop: (Learn this all in deep)
• If & it’s Family.
• For loop and nested for loop.
• While loop and nested while loop.
• Switch case.
• Do while loop.