Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


who is the founder of c

Answers were Sorted based on User's Feedback



who is the founder of c..

Answer / tacit girl

Dennis Ritchie in 1972 @ AT & T's bell LAboratories...

Is This Answer Correct ?    4 Yes 0 No

who is the founder of c..

Answer / vasundhara

Dennis Richtie is founder of C at Bell Lab

Is This Answer Correct ?    3 Yes 0 No

who is the founder of c..

Answer / amit kumar

Dennis Richie

Is This Answer Correct ?    1 Yes 0 No

who is the founder of c..

Answer / amit

Dennis Ritche

Is This Answer Correct ?    1 Yes 0 No

who is the founder of c..

Answer / raj

full name of denish ritchi
what is the full name of ........?

Is This Answer Correct ?    0 Yes 0 No

who is the founder of c..

Answer / dinesh charge

C was founded by Dennis Ritchie & Ken Thompson at Bell Labs between 1969 and 1973.
c paved the way for Java and C++.
Also Dennis Ritchie was a co-developer of UNIX OS.
Unix paved the way for many operating system like Apple's MAC OS X and Google's Android.

Is This Answer Correct ?    0 Yes 0 No

who is the founder of c..

Answer / dinesh

dennis richie is the founder of c.............

Is This Answer Correct ?    0 Yes 0 No

who is the founder of c..

Answer / athulraj

its not dennis ritche .its athul

Is This Answer Correct ?    0 Yes 1 No

who is the founder of c..

Answer / nayanprakash

kthomson and denicsh ritch

Is This Answer Correct ?    21 Yes 33 No

Post New Answer

More C Interview Questions

How do you prevent buffer overflows in C?

2 Answers  


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


What is the difference between if else and switchstatement

0 Answers  


What does sizeof function do?

0 Answers  


What is ## preprocessor operator in c?

0 Answers  


What are the types of operators in c?

0 Answers  


what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }

6 Answers  


find second largest element in array w/o using sorting techniques? use onle one for loop.

15 Answers   BitWise, Zycus Infotech,


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


The purpose of this exercise is to benchmark file writing and reading speed. This exercise is divided into two parts. a). Write a file character by character such that the total file size becomes approximately >10K. After writing close the file handler, open a new stream and read the file character by character. Record both times. Execute this exercise at least 4 times b). Create a buffer capable of storing 100 characters. Now after generating the characters, first store them in the buffer. Once the buffer is filled up, store all the elements in the file. Repeat the process until the total file size becomes approximately >10K.While reading read a while line, store it in buffer and once buffer gets filled up, display the whole buffer. Repeat the exercise at least 4 times with different size of buffer (50, 100, 150 …). Records the times. c). Do an analysis of the differences in times and submit it in class.

0 Answers  


What does char * * argv mean in c?

0 Answers  


Is c still relevant?

0 Answers  


Categories