who developed c and why he developed c?

Answer Posted / shaff85

c developed by "dennis ritchie", before programming languages
has less features such as in "BCPL" and "B" earlier
languages before 'C', later Mr.ritchie came up with structured
programming languages with
1) rich set of operators
2)rich set of data types
3)pointers and pointer arthimetic

Is This Answer Correct ?    26 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What functions are used for dynamic memory allocation in c language?

610


What is the newline escape sequence?

595


What are the similarities between c and c++?

605


Can you please explain the difference between exit() and _exit() function?

600


How can I recover the file name given an open stream or file descriptor?

603






Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

2528


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

813


What are conditional operators in C?

630


Can we use any name in place of argv and argc as command line arguments?

615


ATM machine and railway reservation class/object diagram

4808


How do you determine the length of a string value that was stored in a variable?

656


What are the valid places to have keyword “break”?

657


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3062


What are different types of pointers?

568


What do you mean by command line argument?

650