what is the difference between unix os and linux os
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / manish soni bca 3rd year jaipu
1.unxi is command base o.s it mean unix is CUI(character
user interface)but the linux is GUI base operting system.
2.unix is firstly writen with (which language come before
c).after invented of the c.unix in writen in(95% part) c
language. or we can say that c language actually developed
for impliment the unix operting system.
3.linux is unix base o.s. or linux is improvement of unix
o.s.
4.linux lorwards is owner or developer of linux o.s.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is the size of array float a(10)?
what is bit rate & baud rate? plz give wave forms
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
What is the 'named constructor idiom'?
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Explain the Difference between the New and Malloc keyword.
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
How is actual parameter different from the formal parameter?
How can I use a preprocessorif expression to ?