Report Bug
Qus : What is the purpose of syntax highlighting in a text editor?
Qusटेक्स्ट एडिटर में सिंटैक्स हाइलाइटिंग का उद्देश्य क्या है?

A. To correct syntax errors
B. To color-code different elements of the code
C. To format the code for printing
D. To compile the code


Solution
B. To color-code different elements of the code






Report Bug