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 WROTE C LANGUAGE?

Answers were Sorted based on User's Feedback



WHO WROTE C LANGUAGE?..

Answer / avinash

DENIS RITCHE IN 1973,

Is This Answer Correct ?    9 Yes 0 No

WHO WROTE C LANGUAGE?..

Answer / billuyadav208

Dennis Ritchie

Is This Answer Correct ?    6 Yes 0 No

WHO WROTE C LANGUAGE?..

Answer / sanjaykuma

denni's reche in 1970 at at&tbell lab's

Is This Answer Correct ?    3 Yes 0 No

WHO WROTE C LANGUAGE?..

Answer / haritha

Dennis Ritche

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack

3 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,


Explain bitwise shift operators?

0 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


What is null pointer constant?

0 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

4 Answers   CTS,


What is a pointer in c plus plus?

0 Answers  


what is use of loop?

10 Answers   Infosys,


how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


c program to arrange digits in a no in ascending and descending order

1 Answers  


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

0 Answers   Infosys,


is c language is a object oreinted language?

5 Answers   TCS,


Categories