Which of the following aspects regarding a programming language is more crucial for a learner
Core concepts that govern the Language
Latest features supported by the language
Syntax rules of the language
None of the given options
right option is ?????
Answers
Answered by
0
Answer:
1. Core Concepts
2. Syntax
Explanation:
1. A Programming language can be imperative or compiled, it may be procedural, functional, scripting or object oriented. Thus it is necessary to understand core concepts around that it works.
2. Writing a program means writing in such a way that compiler/interpreter can understand commands correctly. Thus, following syntax is very crucial.
Using latest features can be useful, but language is more about its grammer (syntax and core concepts).
Similar questions