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
How to get string length of given string in c?
Do you know the purpose of 'register' keyword?
What are runtime error?
How can I do serial ("comm") port I/O?
For what purpose null pointer used?
Explain what are preprocessor directives?
what is a constant pointer in C
Explain bitwise shift operators?
Describe the header file and its usage in c programming?
Explain what are header files and explain what are its uses in c programming?
What is the purpose of main( ) in c language?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
how to introdu5ce my self in serco
What is the return type of sizeof?
Explain the difference between structs and unions in c?