"c is platform independent " explain it.(4 marks answer)
Answers
Answered by
1
Explanation:
This line means that although code in C
language itself is platform independent (as
u can run same C code on Windows, Linux
etc), but when u create a software using C
language, it will run only on that platform, as
the executable file created in windows will not
run in Linux directly.
Similar questions