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
Explain About fork()?
FILE PROGRAMMING
What is time complexity c?
Is fortran faster than c?
How to delete a node from linked list w/o using collectons?
What is modeling?
Why is main function so important?
State two uses of pointers in C?
List the difference between a "copy constructor" and a "assignment operator"?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What are the keywords in c?
What is unsigned int in c?
What is advantage of pointer in c?
Is c is a high level language?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)