what is the difference between unix os and linux os
Answer Posted / manish soni bca 3rd year jaipu
1.unxi is command base o.s it mean unix is CUI(character
user interface)but the linux is GUI base operting system.
2.unix is firstly writen with (which language come before
c).after invented of the c.unix in writen in(95% part) c
language. or we can say that c language actually developed
for impliment the unix operting system.
3.linux is unix base o.s. or linux is improvement of unix
o.s.
4.linux lorwards is owner or developer of linux o.s.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is structure important for a child?
Explain about block scope in c?
Why is c called "mother" language?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
explain how do you use macro?
Explain what are the different data types in c?
State the difference between realloc and free.
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What does stand for?
What are the advantages of using new operator as compared to the function malloc ()?
how to find binary of number?
What is the difference between int main and void main?
What do you mean by command line argument?
Hi can anyone tell what is a start up code?
Can we declare function inside main?