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
Why header files are used?
what is different between auto and local static? why should we use local static?
What is d'n in c?
Explain the difference between exit() and _exit() function?
What is ponter?
Is void a keyword in c?
In a byte, what is the maximum decimal number that you can accommodate?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
what is bit rate & baud rate? plz give wave forms
What are types of preprocessor in c?
What is the difference between declaring a variable and defining a variable?
Why does this code crash?
What are shell structures used for?
What is wrong with this initialization?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?