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
What is the return type of sizeof?
How does sizeof know array size?
write a program in c language to print your bio-data on the screen by using functions.
What are the advantages of using linked list for tree construction?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is the difference between void main and main in c?
What are the similarities between c and c++?
What is the role of && operator in a program code?
How do I round numbers?
Is c a great language, or what?
What is an example of structure?
If the size of int data type is two bytes, what is the range of signed int data type?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What are near, far and huge pointers?
Explain what is the difference between null and nul?