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 to display a file’s contents in various formats?
What are the commands in UNIX to list the files in a Directory?
What is the command to view process running?
What is the functionality of a top command?
What is grep command in unix with examples?
How many unix commands are there?
What are the differences among a system call, a library function, and a unix command?
What is sed awk grep?
Can you enlist some commonly used network commands?
Which command is used to delete all files in the current directory and all its sub-directories?
What is the use of find command in unix?
What do chmod command do?
What is grep r?
What command will change your prompt to myprompt?
hw will u use awk in replacing cahrs and files