dennis ritchie invented C language in AT&T bell laboratory
what is the extension of AT&T?
Answer Posted / keshvi
The extension of AT & T is American Telephone & Telegram Company
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What are the disadvantages of c language?
What is the difference between a string and an array?
Explain goto?
What does emoji p mean?
What are c preprocessors?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Which is better pointer or array?
What is the difference between text and binary modes?
What do the functions atoi(), itoa() and gcvt() do?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is define c?
Why n++ execute faster than n+1 ?
What should malloc(0) do?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
main() { printf("hello"); fork(); }