What is syntax?

Syntax is a set of rules that must be followed when constructing a program. Syntax tell us how keywords and operators may be used. Forgetting a space or a small spelling mistake will make the Qbasic to produce “syntax Error” message and step program execution. 

Comments

Popular posts from this blog

Define Variable. Give two examples.