What is the basic difference between unix and windows
operating systems?
Answer Posted / surendra gupta
n Unix, there is only one type of library file (.a) which
contains code from several object files (.o). During the
link step to create a shared object file (.so), the linker
may find that it doesn't know where an identifier is
defined.
In Windows, there are two types of library, a static library
and an import library (both called .lib). A static library
is like a Unix .a file; it contains code to be included as
necessary.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is the comma to show the space allocation of files?
Why is it called grep?
What is the difference between cat and more command?
How to display no of records in oracle using unix command?
What is in grep command?
What is command statement?
What are file commands?
What is grep r?
What does grep v do?
what is the advaantage of each user having its own copy of the shell?
How to find $ai_serual resolved path by using unix
What is the use of the command 'ls -x chapter[1-5]' ?
Name the various commands that are used for the user information in unix.
How do I open a port?
Why is it called a shebang?