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
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is a pointer in c plus plus?
What is the function of multilevel pointer in c?
What is a memory leak? How to avoid it?
What are the primitive data types in c?
What does nil mean in c?
When we use void main and int main?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Which built-in library function can be used to match a patter from the string?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
How will you write a code for accessing the length of an array without assigning it to another variable?
What are c header files?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What does %p mean?
How does selection sort work in c?