16
PROGRAMMING CONCEPTS C , C++ , Python , Basic

Hello world program

Embed Size (px)

DESCRIPTION

Print hello world on c, c++, QBasic, Python

Citation preview

Page 1: Hello world program

PROGRAMMING CONCEPTSC , C++ , Python , Basic

Page 2: Hello world program

C: Hello World Program

You have to disable your Anti virus Before executing this code

Page 3: Hello world program

C++: Hello World Program

Page 4: Hello world program

Qbasic: Hello World Program

Page 5: Hello world program

Python: Hello World Program

Page 6: Hello world program

Variables:

Place holder for Data. Int short name for

integer ,represents number without fractions ( 13, 78, -17,…….)

X = 100 mean create location in memory and give it Address of X and put inside this location value equal 100

•100

Address: X

Page 7: Hello world program

C:

Page 8: Hello world program

C++:

Page 9: Hello world program

Qbasic:

Page 10: Hello world program

Python:

Page 11: Hello world program

C – C++ – QBasic – Python

Add Two Numbers

•10

Address: X •20

Address: Y

Page 12: Hello world program

C: Add Two Numbers

Page 13: Hello world program

C++: Add Two Numbers

Page 14: Hello world program

QBasic: Add Two Numbers

Page 15: Hello world program

Python: Add Two Numbers

Page 16: Hello world program

End

Produced by

Electro-Team [email protected]