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


Please Help Members By Posting Answers For Below Questions

What is huge pointer in c?

573


Explain what are linked list?

613


What are different storage class specifiers in c?

611


How can I pad a string to a known length?

603


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2328






When should the volatile modifier be used?

675


Explain enumerated types in c language?

598


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

902


which type of aspect you want from the student.

1695


What are the features of c language?

616


Why pointers are used?

627


What is meant by preprocessor in c?

526


how logic is used

1491


Why we use void main in c?

584


Do you have any idea about the use of "auto" keyword?

656