16 questions
I heard that Java is an interpreter language and C is a compiler language What is the difference between an interpreter and a compiler? I'd like you to compare and teach me.
After writing the code and handing it over to the server, I tried to save it as a code file, compile it, run it, and send you the execution result, but now that I can't use the input function, I can m...
Am I right to think about what this middle language is like?Example) Using Hindi - Intermediate Language - Korean The primitive program is divided into tokens through a lexical analyzerThese tokens ar...
Hello. While studying scope in JavaScript, I was reading the following link, and I have a question.https://meetup.toast.com/posts/86 function foo() { console.log(a); var a = 2;}foo();There is an artic...
I would like to produce a web compiler after making an editor based on the answer I got from the previous question.After making it a batch file of compile commands on the server, save the code that ca...
I'm creating a visualization web of Java source code in my school project.The source code tries to scan and visualize the code assuming there are no errors.We are now implementing a code to tokenize t...
« | - 2 - |
© 2024 OneMinuteCode. All rights reserved.