Computer Science, asked by jaspalsingh201977, 1 month ago

What do you know about Functions in QB64?​

Answers

Answered by lalita7832
3

Answer:

Functions hold one return value in the function's name which is a variable type. Other values can be passed through parameters. Functions are often referred to in program calculations, not called like SUB procedures. CALL cannot be used with functions.

please mark as brainliest.

Answered by BeautyQueenSharu
2

Answer:

QB64 is a COMPILER -- it only creates executable files. This usually takes about a minute before you can run your program, but the resulting program will run so much faster! You can run your new executable app over and over, and will not need to use QB64 again, until you want to change your app or write a new one.

Similar questions