PRINT with Comma and Semicolon in BASIC
Channel:
Subscribers:
1,540
Published on ● Video Link: https://www.youtube.com/watch?v=kkrgfrSTe5k
PRINT with Comma and Semicolon in BASIC
In this #shorts video, I have explained the concept of PRINT with comma and PRINT with semicolon in the BASIC Programming Language.
In PRINT with comma, each value gets printed in a separate zone. There are 5 zones in the BASIC screen. Each zone has a space for 15 characters.
In PRINT with semicolon, the values are printed side-by-side, without leaving any gaps in case of strings, and a little space in case of numbers as numbers reserve spaces for the sign and the decimal point.
#basic #programming #language #gwbasic
Other Videos By Robin Sir
Tags:
PRINT with comma in BASIC
PRINT with semicolon in BASIC
GW-BASIC
PC-BASIC
BASIC Programming