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

What do know about tee command and its usage?

603


What are reported commands?

576


What is merge command in unix?

956


What is .sh file?

629


Write a command to display a file’s contents in various formats?

633






What is the search command in unix?

614


What are the dos commands?

665


Describe the zip/unzip command using gzip.

620


What is the use of egrep command in unix?

632


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

603


What does the command ' $who | sort –logfile > newfile' do?

777


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

657


What is {} in find command?

590


why metadb requires a seperate slice to create Solaris volume manager

2564


Write a command to kill the last background job?

628