S Ashfaq A CM

S Ashfaq A CM This page is about Different programming languages.

14/12/2024

OMR sheet.💫

24/11/2024

This is the mystery of life.🙂‍↕️
Maintain consistency in your work instead of taking unnecessary consecutive breaks.

14/09/2022

Hi everyone!

If you wanna add a logo pic to your website you can use given tag in Html.





Note: As link is an empty tag so it has no closing tag.

C++ Comments:🥀✓Comments can be used to explain C++ code, and to make it more readable. It can also be used to prevent ex...
09/02/2022

C++ Comments:🥀

✓Comments can be used to explain C++ code, and to make it more readable. It can also be used to prevent ex*****on when testing alternative code. Comments can be singled-lined or multi-lined.

Single-line Comments:🥀
✓Single-line comments start with two forward slashes (//).

✓Any text between // and the end of the line is ignored by the compiler (will not be executed).

C++ Multi-line Comments:🥀
✓Multi-line comments start with /* and ends with */.

✓Any text between /* and */ will be ignored by the compiler:

Example:
✓See pictures.

%Today Topic%                                 👇              🌹    IF else statement.  🌹✓If else statement is used when w...
21/01/2022

%Today Topic%
👇
🌹 IF else statement. 🌹
✓If else statement is used when we have two options or conditions.

General Example:
✓If we guess the temperature of any body we will have two conditions either hot or cold.
✓Similarly if we guess the size of any object we will have two options either greater or smaller.

Program example:
✓Given program will take two number from the user and will check which one is greater.
✓if the value of x is greater than y, then if statement will be executed successfully.
✓if the value of y is greater than x, then else statement will execute successfully.

Source Code:


using namespace std;
int main()
{
int x, y;
cout > x;
cout > y;

if (x > y) //if-else statement..
{ //body of if..
cout

To Insert a new line you can use "\n" character.In a given program line 5 and 6 will print in two different lines as sho...
01/01/2022

To Insert a new line you can use "\n" character.
In a given program line 5 and 6 will print in two different lines as shown below.👇

  of Two integers.
04/12/2021

of Two integers.

  in this code we are taking two integer from the user on run time and then add them. The result is given below👇
24/11/2021

in this code we are taking two integer from the user on run time and then add them. The result is given below👇

How to add two number in C++ program.Let see below.
18/11/2021

How to add two number in C++ program.
Let see below.

Hello Friends! I am starting online C++ programming language from very basics. This is my first program. How to print yo...
16/11/2021

Hello Friends!
I am starting online C++ programming language from very basics. This is my first program. How to print your name on output screen.
Inshallah Along with this i will also share basics of MATLAB programming language on daily base.

Address

Battagram
21040

Website

Alerts

Be the first to know and let us send you an email when S Ashfaq A CM posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Shortcuts

Share

Category