what is the difference between unix os and linux os

Answer Posted / prakash.a

unix is a langauge,bt linux is a OS

Is This Answer Correct ?    7 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what does the function toupper() do?

845


What is s or c?

802


What is c programing language?

843


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

881


Explain is it better to bitshift a value than to multiply by 2?

958


What is omp_num_threads?

841


Explain how can I pad a string to a known length?

903


What are the properties of union in c?

819


What is the difference between struct and typedef struct in c?

905


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3586


can any one provide me the notes of data structure for ignou cs-62 paper

1915


Is that possible to add pointers to each other?

1137


Why can't I perform arithmetic on a void* pointer?

838


Explain how do you convert strings to numbers in c?

840


What is && in c programming?

910