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 |
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What are the types of variables in c?
What the different types of arrays in c?
pascal triangle program
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
When can a far pointer be used?
const char * char * const What is the differnce between the above tow?.
Explain bit masking in c?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
What is the collection of communication lines and routers called?
What is the use of structure padding in c?