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
For what purpose null pointer used?
How are Structure passing and returning implemented by the complier?
What are actual arguments?
Does c have circular shift operators?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
how to create duplicate link list using C???
What are volatile variables in c?
What header files do I need in order to define the standard library functions I use?
Explain what is the advantage of a random access file?
What is the scope of an external variable in c?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Whats s or c mean?
How can a program be made to print the line number where an error occurs?
Is null valid for pointers to functions?
Why is %d used in c?