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 are file commands?
What is grep command in unix with examples?
Why is it called grep?
What is the significance of the 'tee' command?
What are the unix commands?
What is a command and examples?
Enlist some filename manipulation commands in unix.
How does shebang work?
Why is shebang used?
Write a command to display a file’s contents in various formats?
How do I open a port?
What is unix command line?
What is the difference between cat command and more command?
What is difference between grep and find command in unix?
What is ‘ps’ command for?