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

How to add two numbers with using function?

4 Answers  


how many keywords do C compile?

7 Answers   Microsoft, Practical Viva Questions,


What are different storage class specifiers in c?

1 Answers  


Find greatest of two numbers using macro

4 Answers   Bosch, Siemens,


dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?

4 Answers  


Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?

7 Answers  


Differentiate between ordinary variable and pointer in c.

1 Answers  


Dear Sir, we are required the bubble sorting programs Regs Prem

1 Answers  


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

1 Answers   TCS,


What is the return type of sizeof?

1 Answers  


Given a number N, product(N) is the product of the digits of N. We can then form a sequence N, product(N), product(product(N))… For example, using 99, we get the sequence 99, 99 = 81, 81 = 8. Input Format: A single integer N Output Format: A single integer which is the number of steps after which a single digit number occurs in the sequence. Sample Test Cases: Input #00: 99 Output #00: 2 Explanation: Step - 1 : 9 * 9 = 81 Step - 2 : 8 * 1 = 8 There are 2 steps to get to this single digit number. Input #01: 1137638147

2 Answers  


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

2 Answers   nvidia,


Categories