why programming language C is still used in operating system's
kernel??
Answer Posted / 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 View All Answers
What is the purpose of sprintf?
Why c is called free form language?
What is the use of the function in c?
what do you mean by enumeration constant?
i want to know the procedure of qualcomm for getting a job through offcampus
Can we change the value of static variable in c?
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
Difference between pass by reference and pass by value?
How do you write a program which produces its own source code as output?
What is the Purpose of 'extern' keyword in a function declaration?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Explain how can I make sure that my program is the only one accessing a file?
int far *near * p; means
Who invented bcpl language?
How do I send escape sequences to control a terminal or other device?