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 father of C Language?

Answer Posted / b.uday kumar

dennis ritchie

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #pragma statements?

1163


What functions are in conio h?

1266


What is #define used for in c?

1114


Explain data types & how many data types supported by c?

1137


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

1156


Why do we use int main instead of void main in c?

1206


Why pointers are used?

1120


If the size of int data type is two bytes, what is the range of signed int data type?

1075


Explain what is gets() function?

1122


How do we make a global variable accessible across files? Explain the extern keyword?

1941


What is difference between union and structure in c?

1249


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1652


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

8123


which is conditional construct a) if statement b) switch statement c) while/for d) goto

1269


What is the difference between class and object in c?

1246