- 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😂
3 ответов
+ 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)
+ 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...)
- 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?