Answer Posted / rahul
It is named c because it came after BCPL since the second
letter of BCPL after B is C, hence named as C and not
because C comes after B in English .
It is widely used for developing system level softwares and
applications.
| Is This Answer Correct ? | 4 Yes | 14 No |
Post New Answer View All Answers
Which is better malloc or calloc?
What are the storage classes in C?
Explain what are its uses in c programming?
What is extern c used for?
How do I convert a string to all upper or lower case?
Explain the concept and use of type void.
Is int a keyword in c?
what is the function of pragma directive in c?
What does *p++ do?
What does nil mean in c?
What is a void pointer? When is a void pointer used?
What is the difference between near, far and huge pointers?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is difference between far and near pointers?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.