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
Why c is called a mid level programming language?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Why main is not a keyword in c?
What is array of structure in c programming?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Explain why C language is procedural?
What is build process in c?
What are the differences between new and malloc in C?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What are the ways to a null pointer can use in c programming language?
Write a program to know whether the input number is an armstrong number.
Write a program to check prime number in c programming?
what is the format specifier for printing a pointer value?
What are comments and how do you insert it in a C program?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???