what is the main use of c where it can use the c
Answer Posted / shashank
i am not so sure but had i faced this question at interview, i would have answered it like:
the main use of C is in development of Operating systems.
As we know that unix is also written in c.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why c language is called c?
What is a constant?
What is main () in c language?
How can I trap or ignore keyboard interrupts like control-c?
What is the difference between single charater constant and string constant?
When should you use a type cast?
How to delete a node from linked list w/o using collectons?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What are called c variables?
Why is struct padding needed?
What is c language used for?
What is static and volatile in c?
Are the variables argc and argv are local to main?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
writ a program to compare using strcmp VIVA and viva with its output.