why programming language C is still used in operating system's
kernel??



why programming language C is still used in operating system's kernel??..

Answer / khan abdullah

because this contain the pointer which does not contain by
other prog lang

Is This Answer Correct ?    10 Yes 1 No

Post New Answer

More C Interview Questions

What is the symbol indicated the c-preprocessor?

0 Answers  


What are pointers?

0 Answers   Accenture, Tavant Technologies, Zensar,


#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,


What is meaning of "Void main" in C Language.

24 Answers   Ford, GU, HCL, IBIBS, JUW, TCS,


2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture,


b) 4 c) 6 d) 7 32. Any C program a) must contain at least one function b) need not contain ant function c) needs input data d) none of the above 33. Using goto inside for loop is equivalent to using a) continue b) break c) return d)none of the above 34. The program fragment int a=5, b=2; printf(“%d”,a+++++b); a) prints 7 b)prints 8 c) prints 9 d)none of the above 35. printf(“ab” , “cd”,”ef”); prints a) ab abcdef c) abcdef, followed by garbage value d) none of the above 36. Consider the following program segment. i=6720; j=4; while((i%j)==0) { i=i/j; j=j+1; } On termination j will have the value a) 4 b) 8 c) 9 d) 6720

1 Answers   HCL,


How many data structures are there in c?

0 Answers  


what are two kinds of java

2 Answers  


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

0 Answers  


write a c program to find the probability of random numbers between 1-1000

0 Answers   ADS,


Write the Program to reverse a string using pointers.

0 Answers   InterGraph,


How can you convert integers to binary or hexadecimal?

0 Answers  


Categories