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
Write a command that will display files in the current directory, in a colored, long format.
What is awk used for?
What is the function of grep command in unix?
What is the comma to display different lines that are found when compare two files?
What is the difference between awk and grep?
What is the command to compare two files in unix?
What does find command return in unix?
Which command is used to restrict incoming messages?
What is the size of time_t?
How does the system know where one command ends and another begins?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What are file commands?
Does cp command overwrite files?
Describe the zip/unzip command using gzip.
What are the unix commands?