What are the differences in compilers in different programs? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

What are the differences in compilers in different programs?

What are the differences in compilers in different programs? What are the differences in the compiler in Sololearn from the compiler in codeforce in codeblocks? If you enter the same program in these two compilers, will it work the same or differently? I entered the program attached to the question, and it worked differently in codeblocks and in Sololearn. Why is that? https://code.sololearn.com/cFpvySLOJ8vZ/?ref=app

18th Dec 2018, 7:07 PM
Иван
1 Antwort
+ 3
Hardware (H/w) have native assembly language. Different operating system (Os) run on different hardware. The source code, when compiled on different H/w and Os should work properly.
18th Dec 2018, 11:58 PM
Da2
Da2 - avatar