What is difference between terminal of C and console of JavaScript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What is difference between terminal of C and console of JavaScript

What is difference between terminal of C and console of JavaScript Explain and also can you give me a explanation of C bcz after JavaScript I really feel lost ? Mr stark😂

29th May 2021, 4:32 PM
Manash Anand
Manash Anand - avatar
3 Answers
+ 2
Manash Anand JS console is a in-browser debugging tool, while C terminal/console is the computer default text output (when not using GUI as framework)... also, terminal allow to run commands specific to system (msDOS in window)
29th May 2021, 5:05 PM
visph
visph - avatar
+ 1
roughly, yes ;) however: + js could also be used at server side (nodejs engine or others) + c could be used for mobile, but generally it is reserved to subpart of these apps (as compiled languages are quickest), but there are semi-compiled languages to interface with the system easiest (java/kotlin for android, iOS may be quite different as use swift as recommended language...)
30th May 2021, 11:25 AM
visph
visph - avatar
- 1
So for js we don't have to download anything its in browsing And for c we have to download compiler And if I am write js is used for changing client side browser And c is used for making app and software for pc and mobile?
30th May 2021, 11:11 AM
Manash Anand
Manash Anand - avatar