...
Compiler-Design
September 10, 2024
Compiler-Design
September 10, 2024
Compiler-Design
September 10, 2024
Compiler-Design
September 10, 2024

Compiler-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

A
Only II is correct
B
Both I and II are correct
C
Only I is correct
D
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.
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.

Leave a Reply

Your email address will not be published. Required fields are marked *