Free C++Tutorial - Learn C++from Scratch in Hindi Urdu
Best place to learn C/C++from scratch in your mother tongue - Free Course
Description
In this course,you will learn:
- a fundamental understanding of programming
- will be able to reason logically
- Take a look at the problem and come up with quick programmatic solutions.
Syllabus:
- Introduction
- First Helloworld Program
- Structure of a basic Hello world Program in C++
- variables &screen input and output
- Using Control Statements
- Nested If else with the help of simple lottery game logic
- Use While Loop and make your program repeatable
- do while loop and difference between do while and while
- Print table of any number with help of For Loop
- Introduction to Functions in C++
- Introduction to Arrays
- Shift Right and Shift Left Operators
- Apply AND OR to Integers
- Inverting Bits using NOT operation
- Decimal numbers to Binary Bit Pattern conversion
- Set,Clear and Toggle a specific Bit in an Integer
- Finding physical address of a variable using reference Operator
- Declaring a pointer variable
- dereference operator
Post a Comment