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 void pointer?

1 Answers   Wipro,


How does struct work in c?

0 Answers  


void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 Answers   Wipro,


Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0

4 Answers  


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

0 Answers   Google,






why do we use # in c-language?

1 Answers  


write a program to display all prime numbers

0 Answers  


What is infinite loop?

0 Answers  


What are the parts of c program?

0 Answers  


What is wrong in this statement? scanf(“%d”,whatnumber);

0 Answers  


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

0 Answers  


What is the size of structure in c?

0 Answers  


Categories