Communication
November 24, 2023Higher-Education-and-Politics
November 24, 2023Compiler-Design
Question 31 |
The number of tokens in the Fortran statement DO 10 I = 1.25 is
3 | |
4 | |
5 | |
None of the above |
Question 31 Explanation:
DO → 1
10 → 2
I → 3
= → 4
1.25 → 5
10 → 2
I → 3
= → 4
1.25 → 5
Correct Answer: C
Question 31 Explanation:
DO → 1
10 → 2
I → 3
= → 4
1.25 → 5
10 → 2
I → 3
= → 4
1.25 → 5