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 |
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
If we give two names then this displays the connection between the two people. It is nothing but flames game
how to write hello word without using semicolon at the end?
What is macro?
What is malloc return c?
wite a programme in c to linear search a data using flag and without using flags?
what is diff b/w huge & far & near pointer??
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,
program to find middle element of linklist?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
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); }