आईडीई और कंपाइलर के बीच क्या अंतर है?
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
Explanation
Correct Answer: B) The compiler executes the code while the IDE gives a graphical environment for writing the code