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

Explain command to view process running?

611


how to sort the content of the file based on numeric values

1247


How do I find previous commands in unix?

592


What is “chmod” command?

562


What are the commands in UNIX to list the files in a Directory?

614






What is rmdir command?

549


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

757


What is ‘ps’ command for?

614


What is the use of cut command in unix?

689


What is the command to find maximum memory taking process on the server?

668


What is the functionality of a top command?

623


What is sed awk grep?

600


How does pipe () work?

591


Does cp command overwrite files?

620


How do you grep recursively?

553