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
Explain how to reverse singly link list.
Explain what are reserved words?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is %s and %d in c?
How do I convert a string to all upper or lower case?
What are the types of operators in c?
explain how do you use macro?
What is const and volatile in c?
What is wrong with this code?
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.
Why we not create function inside function.
How can I change their mode to binary?
What is the difference between arrays and pointers?
Difference between macros and inline functions? Can a function be forced as inline?
Is c compiled or interpreted?