It's UWAweek 38 (2nd semester, week 8)

help2002

This forum is provided to promote discussion amongst students enrolled in CITS2002 .
Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.
Displaying selected article
Showing 1 of 1189 articles.
Currently -1 other people reading this forum.


 UWA week 35 (2nd semester, week 6) ↓
SVG not supported

Login to reply

👍?
helpful
5:36pm Sun 30th Aug, Christopher M.

ANONYMOUS wrote:
> I thought that C language is Operating System independent, meaning that it can be > compiled on most systems. I don't know, please let me know if I'm going wrong. I read it > in the book that is prescribed on this website.
Yes, C is OS independent, meaning that the language makes no strong demands of the OS on which its programs run. But that's not related to the question - fork() is not a function defined as part of the standard C library, it's a system-call (function) provided by some OSs. Similarly, a C program, compiled and running on Windows, may be able to call a function named Start_Microsoft_Office(), but that's unrelated to whether or not C is OS independent.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy