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 is the first character of the output in ls l command?

637


What is grep and how do you use it?

578


What does grep v do?

562


How do I use nslookup?

576


What does sed command do in unix?

566






What does the command '$ls | wc –l > file1' do?

684


What is awk used for?

623


What happens when we execute a unix command?

600


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

626


What is awk good for?

588


Which command is used to copy files?

556


Explain command to view process running?

617


Which command will print your home directory on screen?

546


Which unix command lists files/folders in alphabetical order?

620


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

770