Saved Bookmarks
| 1. |
The structure or format of data is called ___________(a) Syntax(b) Semantics(c) Struct(d) Formatting |
|
Answer» Right option is (a) Syntax To explain: The structure and format of data are defined using syntax. Semantics defines how a particular pattern to be interpreted, and what action is to be taken based on that interpretation. In programming languages, syntax of the instructions plays a vital role in designing of the program. |
|