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 |
to get a line of text and count the number of vowels in it
wt is d full form of c
What are the three constants used in c?
What is sizeof in c?
find the sum of two matrices and WAP for it.
Why c is called object oriented language?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
What are local variables c?
how to copy a string without using c function
simple program for virtual function?
What is the use of typedef in c?