Question 11621 – Asymptotic-Complexity
May 4, 2024Database-Management-System
May 4, 2024GATE 1987
|
Question 23
|
FORTRAN is a:
|
Regular language.
|
|
|
Context-free language.
|
|
|
Context-sensitive language.
|
|
|
None of the above.
|
Question 23 Explanation:
Due to presence of some features FORTRAN cannot be handled by PDA.
Some of the features are:
1) Variable declared before use.
2) Matching formal and actual parameters of functions.
Some of the features are:
1) Variable declared before use.
2) Matching formal and actual parameters of functions.
Correct Answer: C
Question 23 Explanation:
Due to presence of some features FORTRAN cannot be handled by PDA.
Some of the features are:
1) Variable declared before use.
2) Matching formal and actual parameters of functions.
Some of the features are:
1) Variable declared before use.
2) Matching formal and actual parameters of functions.
