Q. In visual basic language what are the rules of a programming language called?
β
Correct Answer: (C)
Syntax
Explanation: In the context of programming languages, the rules that dictate how programs are written and structured are referred to as Syntax. Syntax defines the correct arrangement of symbols, keywords, and other elements in a programming language to create valid and meaningful code. It governs how statements should be formed and how different parts of a program interact with each other.