Computer Science, asked by udhay22, 9 months ago

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 nehakhatiyannk95
1

Answer:

compilation error ...as if semicolon is missing , the program will not execute/compile.

Similar questions