who is the founder of c

Answers were Sorted based on User's Feedback



who is the founder of c..

Answer / sathish

Dennis Richie

Is This Answer Correct ?    152 Yes 6 No

who is the founder of c..

Answer / macdonald

It's Dennis Ritchie. If you really want to post an answer,
make sure it's an accurate one.

Is This Answer Correct ?    123 Yes 7 No

who is the founder of c..

Answer / shruti

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..

Is This Answer Correct ?    42 Yes 5 No

who is the founder of c..

Answer / surender

Dennis Richie

Is This Answer Correct ?    30 Yes 2 No

who is the founder of c..

Answer / parmjeet kumar

c was evolved from ALGOL, BCPL AND B by dennis ritchie at
bell lab in 1972.

Is This Answer Correct ?    26 Yes 0 No

who is the founder of c..

Answer / k.dhinesh

Originally developed by DENNIS RITCHIE in 70's
Outgrowth of two earlier languages called BCPL and B.

1978,When Kernighan and Ritchie published a definitive
description of the language.

Is This Answer Correct ?    24 Yes 3 No

who is the founder of c..

Answer / priya

C language was founded by Dennis Richie at AT&T bell labs

Is This Answer Correct ?    21 Yes 1 No

who is the founder of c..

Answer / suman boddukuru

I am saying here only the best solution for this
question "Ken thomson's B language + Dennis Ritche's
cCompiler= Complete C language" ok ? No more arguments.
thank u

Is This Answer Correct ?    19 Yes 0 No

who is the founder of c..

Answer / raghavendra

B 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

Is This Answer Correct ?    9 Yes 0 No

who is the founder of c..

Answer / tanveer ahmed abbasi

dennis ritche,s

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More C Interview Questions

Explain the difference between malloc() and calloc() function?

0 Answers  


Are the variables argc and argv are always local to main?

0 Answers  


Prove or disprove P!=NP.

5 Answers   Microsoft,


write a c program to check weather a particluar bit is set or not?

5 Answers   IBM,


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

0 Answers  






The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

0 Answers  


What are terms in math?

0 Answers  


Write a program to swap two numbers without using the third variable?

0 Answers  


What is indirection? How many levels of pointers can you have?

0 Answers   Aspire, Infogain,


program to find the roots of a quardratic equation

1 Answers  


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


what are bit fields? What is the use of bit fields in a structure declaration?

0 Answers   Flextronics, TISL, Virtusa,


Categories