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
Explain ‘library functions’ with respect to unix commands?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the command to find hidden files in the current directory?
What is the unix command to confirm a remote host is alive or not?
What are bash commands?
What is the comma to show the space allocation of files?
What is updatedb?
How does shebang work?
What are reported commands?
What is in grep command?
How do I use nslookup?
How can we use grep command in unix?
What difference between cmp and diff commands?
What do know about tee command and its usage?
Give the command for finding the current date.