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 |
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
How can I read a directory in a c program?
What is && in c programming?
how many argument we can pas in in a function
Can we access the array using a pointer in c language?
pgm to find middle element of linklist(in efficent manner)
Explain 'bus error'?
what is the use of using linked list and array?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
Why we use int main and void main?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?