arrow_back
Introduction
Welcome to Class
Course Curriculum
Overview, Features & Applications of C
Setting Up the Programming Environment
Installation of Turbo C++ Compiler on Windows
Installation of Code Blocks IDE
Basic Concepts of C Programming
Significance of #include statement, Comment Statements, main() function
#Challenge 1
Demonstration of Challenge1 (First C Program)
Demonstration of Challenge1 on Code Blocks
Keywords & Data Types in C, Constant & Variables
Keywords & Data types in C
Constants & Variables- Declaration & Initialization, Scope of Variable
Enumeration or Enum Data type
printf() & scanf() Statements- Syntax Explained in detail
#Challenge 2
Demonstration of Challenge 2
Operators in C
Operators in C- Types & Implementation in Program
# Challenge 3
Demonstration of Challenge 3
Control Statements in C - Decision Making Statements
Need of Control Statements in Program
Decision Making Statements- 1. if Statement (With Example)
2. if-else Statement(With Example)
3. Nested if & else-if ladder(With Example)
Example of else-if ladder(Multiple choice program)
4. Switch Case Statement(with example)
5. Conditional Operator(with example)
Looping Statements in C
What is Looping? What is Need of Looping Statements in the Program?
Looping Statements- 1. While Loop
2. Do-While Looping Statement
3. For Loop- Implementation With Example
Which Looping Statement to Choose? While vs for
# Challenge 4
Demonstration of Challenge 4
#Challenge 5
Demonstration of Challenge 5
Nested loops & Loop Controls- Break & Continue
Macros
Introduction to Macros. Various Ways to Declare Macros
Implementation of Macros With Example
Functions in C
What is Function? How We Create User Defined Function in the Program?
Function Prototype, Argument List & Parameter Passing-With Example
Array
What is an Array? Array- Declaration & Initialization.
Array Implementation With Example
#Challenge
Demonstration of Challenge 6
String
String- Declaration, Initialization & String Functions
String Implementation With Example
#Challenge 7
Demonstration of Challenge 7
Challenge 8
#Challenge 8
Demonstration of Challenge 8
Structure
What is Structure? Defining Structure in Program
Structure Implementation with example
#Challenge9
Demonstration of Challenge9
Pointer
What is Pointer? Why Pointers are Used in the Program?
Applications of Pointer
Pointer Implementation With Example
#Challenge 10
Demonstration of Challenge 10
Dynamic Memory Management
What is Dynamic Memory?
Dynamic Memory Management Functions
Preview - C Programming from scratch- Master C Programming
Discuss (
0
)
navigate_before
Previous
Next
navigate_next