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
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is the general form of a C program?
What is the -> in c?
What is boolean in c?
Why pointers are used?
How will you divide two numbers in a MACRO?
What are the salient features of c languages?
How to declare a variable?
How will you find a duplicate number in a array without negating the nos ?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Why should I use standard library functions instead of writing my own?
how is the examination pattern?
What are dangling pointers in c?
Can you write the algorithm for Queue?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...