C++


Creating Your First C++ Program in Microsoft Visual Studio

https://drive.google.com/open?id=1GN8CkH5z-lDF-Msdtsrj9LaPbAquTWVO

Basic Structure of C++ program

https://prepgram.blogspot.com/2019/11/basic-structure-of-program-in-c.html

Diff. between Header and library files

https://prepgram.blogspot.com/2019/11/difference-between-header-file-and.html

Data types in C++

https://prepgram.blogspot.com/2019/11/data-types-in-c.html

Identifiers and variables in C++

https://prepgram.blogspot.com/2019/11/identifiers-variables-in-c.html

Operators in C++

https://prepgram.blogspot.com/2019/11/operators-in-c.html

Selection Statements(if,nested if) in C++

https://drive.google.com/file/d/1Ecdf2O7gKTmWBMG98j_azioMCU0kLhQI/view?usp=sharing

IF ELSE

IF ELSE IF

Switch Statement

GOTO Statement

Loop in C++

https://prepgram.blogspot.com/2019/11/loop-in-c.html

Program of C++ to print number in reversed order using do_while,modulus and divide operator

https://prepgram.blogspot.com/2019/11/program-of-c-to-print-number-in.html

Some Basic * Patterns using While loop

https://drive.google.com/file/d/1Rcr2H_z28WtwVr5I-VkBfrwueO6VSQo0/view?usp=sharing

Print entered number in reversed order

Write a C program to check whether a number is Negative or positive and number is divisible by 5 and 11

Print numeric pattern using nested for loop

Print * pattern using for & while loop


Comments

Popular Posts