Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Learn Programming with C++ in Urdu / Hindi
Basic Concepts
Introductionto Computer (8:41)
Number System: Binary to decimal (4:05)
Number System: Binary to Octal (3:30)
Number System: Binary to Hexadecimal (4:08)
Introduction to Programming
What is Programming? (5:33)
Different Programming Languages (1:30)
High Level vs Low Level Languages (4:08)
Interpreter vs Compiler (7:01)
C++ Basics
Basic syntax of C++ (6:13)
Variables (8:35)
Data Types (3:58)
Operators: Arithmetic Operator (5:56)
Operators: Comparison Operator (3:12)
Operators: Bitwise Operators (8:59)
Operators: Assignment Operators (3:36)
Operators: Logical Operators (3:29)
Let's write our first program (3:07)
Conditional Statements
Conditional Statement: if statement (6:43)
Condition Statement: else statement (5:00)
Condition Statement: else if statement (5:28)
Exercise: To check if the number is even or odd (4:27)
Loops
Loops: while loop (10:12)
Exercise: Display numbers divisible by 4 between 1 to 100 (6:49)
Loops: Do while loop (5:07)
Loops: for loop (11:17)
Exercise: Display 10 natural numbers (3:12)
Arrays, Pointers and Functions
Arrays in C++ (11:14)
Exercise: To find sum of array (5:42)
Pointers on C++ (9:01)
Exercise: Assign values to variables and access their address (4:32)
Functions in C++ (12:55)
Exercise: Create a function to find minimum value (5:18)
Operators: Comparison Operator
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock