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 command to compare two files in unix?
What does pipe () return?
Differentiate cat command from more command.
Enlist some filename manipulation commands in unix.
Which command is used to delete all files in the current directory and all its sub-directories?
What is the nmap command?
What do chgrp command do?
How to find $ai_serual resolved path by using unix
What is the behavioural difference between cmp and diff commands?
How do you grep recursively?
How many unix commands are there?
What is merge command in unix?
why metadb requires a seperate slice to create Solaris volume manager
How to use grep command to list find the records of a file containing 10 different strings?
What are file commands?