I mean,let's say we write a console (windows) application to display a text.
it woruld be
console.write("whatever");
- do we have to use different compilers for both windows and linux?what are the names of them
2.is console.write a windows only code? even if we compiled for Linux, will it run on linux? why