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

Answer Posted / amit

Dennis Ritche

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 define c?

1078


Differentiate Source Codes from Object Codes

1574


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3513


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

6307


What is %d used for?

1042


What is difference between Structure and Unions?

1254


Do character constants represent numerical values?

1344


#include { printf("Hello"); } how compile time affects when we add additional header file .

1895


Why does notstrcat(string, "!");Work?

1144


What is the difference between struct and union in C?

1316


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

1029


What does char * * argv mean in c?

1069


to find the closest pair

2326


What are the 5 organizational structures?

1027


Discuss the function of conditional operator, size of operator and comma operator with examples.

1158