4. Reena has forgotten to terminate a 'C' statement printf("hello") with a semicolon.
What type of error will she get?
(a) Compilation error (b) Computational error (c) Logical error
Answers
Answered by
1
Answer:
compilation error ...as if semicolon is missing , the program will not execute/compile.
Similar questions