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...

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

Answer Posted / siva

CORRECT MEANING OF AT&T'S AMERICAN TELEPHONE AND TELEGRAPH.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why & is used in scanf in c?

1100


Explain the process of converting a Tree into a Binary Tree.

2666


Write a progarm to find the length of string using switch case?

2067


What is operator precedence?

1204


write a programming in c to find the sum of all elements in an array through function.

2176


What is 02d in c?

1075


How can I pad a string to a known length?

1032


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2497


What is a pragma?

1125


What is a good data structure to use for storing lines of text?

1082


Write a program to reverse a given number in c?

1037


Explain Function Pointer?

1167


Is fortran still used today?

1091


Why do we use header files in c?

1071


What is double pointer in c?

1039