What is the difference between a warning from the compiler and an error message from the compiler?

What will be an ideal response?


An error message usually causes code generation to stop. A warning does not.
Unless you understand what the warning is all about you should not ignore warnings.

Computer Science & Information Technology

You might also like to view...

A(n) ____ disc is not affected by humidity, fingerprints, dust, magnets, or spilled soft drinks.

A. cloud B. visual C. streaming D. optical

Computer Science & Information Technology

The ________ is a vertical panel that displays on the right side of the screen when you click its icon in the notifications area of the taskbar

A) Action Center B) Recycle Bin C) System tray D) Navigation pane

Computer Science & Information Technology

The nodes at the bottom of each branch of a binary tree are called the ____.

A. links B. leaf nodes C. root nodes D. edges

Computer Science & Information Technology

Which of the following languages does not provide modularity via functions?

Java Python C# C++

Computer Science & Information Technology