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
Can you define which header file to include at compile time?
What is #define used for in c?
How will you write a code for accessing the length of an array without assigning it to another variable?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Can we declare function inside main?
What is equivalent to ++i+++j?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is the purpose of void pointer?
What are the disadvantages of c language?
Which header file is used for clrscr?
Why does not c have an exponentiation operator?
What are c identifiers?
What are data types in c language?
What is the difference between single charater constant and string constant?