who developed c and why he developed c?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / krishna kanhaiya
dennis ritche are modified in "c" language .ken thomson are
sevloped in "B" language and that language modifier is
dennis ritche ...........
i am not sure write ya wrong
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / himaja
1.kthomson and denicsh ritch
2.Dennis Ritchie founded C at AT&T Bell Labs.@Nayanprakash..the two people u mentioned are not involved in finding C but "B" it was a language founded before C..
Originally developed by DENNIS RITCHIE in 70's Outgrowth of two earlier languages called BCPL and B.978,When Kernighan and Ritchie published a definitive description of the language.
..3.c was evolved from ALGOL, BCPL AND B by dennis ritchie at
bell lab in 1972..
4. language is also called as typeless lanugage, developed by ken thompson while writing unix. so Dennies ritchie written C compiler contains data types. then Unix written in C language
5.I am saying here only the best solution for this question "Ken thomson's B language + Dennis Ritche's cCompiler= Complete C language"
| Is This Answer Correct ? | 1 Yes | 0 No |
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
what are the general concepts of c and c++
How is null defined in c?
What is wrong with this declaration?
Can a program have multiple main() functions?
how can I convert a string to a number?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is the difference between union and structure in c?
Write a program in c to replace any vowel in a string with z?
What are the different types of control structures?
What is #include called?