QBASIC MODULAR PROGRAMMING SUB .............END SUB

Опубликовано: 23 Апрель 2026
на канале: Ashok Dangol
73
1

Modular programming is an approach of programming in which a large program is divided into separate independent units called modules.

Procedure is a set of instructions which is build to perform specific task in the program. It is also known as sub-program. Each procedure has their one unique name which is also called procedure name. We can use this procedure in any part of the program by calling them. In QBASIC there are two types of procedures.
1.SUB Procedure
2.FUNCTION Procedure

FOLLOW ON
FACEBOOK:-   / ashoktokha  
TWITTER:-   / ashoktokha  
INSTAGRAM:-   / ashok_dangol  


#MODULAR PROGRAMMING #ASHOK_DANGOL #SUB #FUNCTION