Q. If an error occurs, what compiler do? (Solved)
1. terminate program
2. stops execution
3. reads the whole program even if it encounters errors
4. give warning
- c. reads the whole program even if it encounters errors
1. terminate program
2. stops execution
3. reads the whole program even if it encounters errors
4. give warning