Which is best linux os?



Which is best linux os?..

Answer / Himanshu Dubey

The 'best' Linux operating system depends on specific requirements and use cases. Some popular choices include Ubuntu for desktop, CentOS for servers, and Debian for stability.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

1 Answers  


If we give two names then this displays the connection between the two people. It is nothing but flames game

1 Answers  


how to write hello word without using semicolon at the end?

6 Answers   Accenture,


What is macro?

5 Answers   IBM,


What is malloc return c?

1 Answers  


wite a programme in c to linear search a data using flag and without using flags?

3 Answers   TCS,


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }

2 Answers   Vector, Vector India,


program to find middle element of linklist?

1 Answers   Huawei,


int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?

14 Answers   Verifone,


How to use c/c++ code in JAVA

10 Answers   CDAC, IBM, Satyam, Scope International,


for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


Categories