Answer Posted / ankit tonte
Well if i talk about that who is invented by 'c', so we can
say that all the programing languages is based on 'c', and
'c' is a backbone of all the programing languages.
firstly UNIX operating system invented by using 'c'.
after words Linux.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does do in c?
Is c still used?
What are comments and how do you insert it in a C program?
Why & is used in c?
What is the most efficient way to count the number of bits which are set in an integer?
What does return 1 means in c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Explain goto?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What are pointers in C? Give an example where to illustrate their significance.
What should malloc(0) do?
Why are algorithms important in c program?
What are the rules for the identifier?
Explain what is the advantage of a random access file?