

MCQOPTIONS
Saved Bookmarks
1. |
What is the difference between an IDE and a compiler? |
A. | The IDE executes the code while the compiler gives a graphical environment for writing the code |
B. | The compiler executes the code while the IDE gives a graphical environment for writing the code |
C. | The compiler links the code to the respective files and the IDE takes it from there |
D. | The compiler and the IDE are the same thing |
Answer» C. The compiler links the code to the respective files and the IDE takes it from there | |