dennis ritchie invented C language in AT&T bell laboratory
what is the extension of AT&T?
Answer Posted / guest
Actually I believe it is American Telephone and Telegraph.
My dad worked for them for 24 and a half years.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is c is a low level language?
What is switch in c?
Explain what are the advantages and disadvantages of a heap?
What is indirection in c?
Explain about C function prototype?
What are types of functions?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Write a function that will take in a phone number and output all possible alphabetical combinations
In c language can we compile a program without main() function?
How is a structure member accessed?
What is define c?
Is it fine to write void main () or main () in c?
Why is c faster?
How are Structure passing and returning implemented by the complier?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop