who developed c and why he developed c?

Answers were Sorted based on User's Feedback



who developed c and why he developed c?..

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

who developed c and why he developed c?..

Answer / manikandan.m

dennis ritchie

Is This Answer Correct ?    7 Yes 0 No

who developed c and why he developed c?..

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

who developed c and why he developed c?..

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

who developed c and why he developed c?..

Answer / sravanthi

brain kernaighan

Is This Answer Correct ?    2 Yes 18 No

Post New Answer

More C Interview Questions

f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


How can I do graphics in c?

0 Answers  


What is declaration and definition in c?

0 Answers  


How to calculate Total working time using Login and logout?

2 Answers   CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,


How to Throw some light on the splay trees?

0 Answers  






how do you execute a c program in unix.

0 Answers  


What is #include stdio h and #include conio h?

0 Answers  


What is #line in c?

0 Answers  


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

0 Answers  


What is hashing in c language?

0 Answers  


main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?

5 Answers   TCS,


What is meant by keywords in c?

0 Answers  


Categories