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


Please Help Members By Posting Answers For Below Questions

What are file commands?

863


What is grep command in unix with examples?

831


Why is it called grep?

746


What is the significance of the 'tee' command?

821


What are the unix commands?

751


What is a command and examples?

807


Enlist some filename manipulation commands in unix.

750


How does shebang work?

808


Why is shebang used?

801


Write a command to display a file’s contents in various formats?

847


How do I open a port?

772


What is unix command line?

813


What is the difference between cat command and more command?

799


What is difference between grep and find command in unix?

832


What is ‘ps’ command for?

844