Answer Posted / shruti
C in particular does not mean anything..
A language named "B" was invented by ken Thompsan,
but there were a few problem.
Dennis Ritchie wrote a new programing language which
overcame all the flaws in "B"..
That language was "C"..
I think becoz it came after "B", he named it C..
we can also expect D - Z..;-) jokes apart..
but no more prog languages yaar.. :-(
we have enuf of them..
| Is This Answer Correct ? | 20 Yes | 9 No |
Post New Answer View All Answers
What is a macro in c preprocessor?
What functions are in conio h?
Why is void main used?
List some applications of c programming language?
Is main is a keyword in c?
What does s c mean in text?
What is a const pointer in c?
What is the use of #include in c?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What are structures and unions? State differencves between them.
What is a structural principle?
Why is c called a mid-level programming language?
What are nested functions in c?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above