Compiler-Design
September 10, 2024Compiler-Design
September 10, 2024Compiler-Design
Question 357 |
Which one of the following is correct about the statements are given below?
I. All function calls are resolved at compile time in C language
II. All function calls are resolved at compile time in C++ language
Only II is correct | |
Both I and II are correct | |
Only I is correct | |
Both I and II are incorrect |
Question 357 Explanation:
Both statements are wrong.
I. Logical errors can’t solve in compile time. Like dividing by error.
II. In c++ also we have to write exceptions.
I. Logical errors can’t solve in compile time. Like dividing by error.
II. In c++ also we have to write exceptions.
Correct Answer: D
Question 357 Explanation:
Both statements are wrong.
I. Logical errors can’t solve in compile time. Like dividing by error.
II. In c++ also we have to write exceptions.
I. Logical errors can’t solve in compile time. Like dividing by error.
II. In c++ also we have to write exceptions.
Subscribe
Login
0 Comments