what is the difference between unix os and linux os
Answer Posted / rajesh k
Unix and Linux both are Operating systems
the only difference is that
Unix is an operating system that was first invented and ok
it's single user.
on other hand linux is flavour of unix.
it evovled from unix with the core commands in unix and
additional flavour commands + additional modifications
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
What is hungarian notation? Is it worthwhile?
What is 1f in c?
Explain what is the use of a semicolon (;) at the end of every program statement?
What is wrong with this program statement?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
How can you be sure that a program follows the ANSI C standard?
Explain how can you determine the size of an allocated portion of memory?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is a loop?
What is the advantage of a random access file?
Explain the properties of union.
What is difference between main and void main?
What is return in c programming?
What are the differences between new and malloc in C?