How do you make programs portable on unix and dos under such circumstances?
Answer / Chandra Bahadur
To make a program portable between Unix and DOS, you can use cross-platform development tools or write the code in a language that supports both platforms. Additionally, you should avoid using platform-specific functions or libraries, and handle differences in line endings (Unix uses LF and DOS uses CRLF) to ensure proper file I/O.
| Is This Answer Correct ? | 0 Yes | 0 No |
What Happens when you execute a program?
What was unix originally written for?
How to change the directory in unix?
Is unix still around?
What is Process id in unix?
What is unix used for?
What is unix and its components?
Who is founder of unix?
What is a unix shell?
What are the main features of unix?
How do you determine and set the path in unix?
How many root directories exist in unix?