what is the difference between unix os and linux os
Answer Posted / sagar
both unix and linux is an os
bt the only thing differs is the userinterface..
unix is for single users,while llinux is for multiusers..
Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
Is it fine to write void main () or main () in c?
What are pragmas and what are they good for?
What is non linear data structure in c?
What's the difference between constant char *p and char * constant p?
Linked lists -- can you tell me how to check whether a linked list is circular?
Why can arithmetic operations not be performed on void pointers?
Why use int main instead of void main?
Explain how can I make sure that my program is the only one accessing a file?
Explain what is wrong with this program statement? Void = 10;
Is fortran still used in 2018?
What is the significance of c program algorithms?
How many bytes is a struct in c?
What is the scope of static variables in c language?
Write a program that accept anumber in words
What is main function in c?