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
Tell me with an example the self-referential structure?
code for quick sort?
Why is c called a structured programming language?
What are the different categories of functions in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is %lu in c?
Write a simple code fragment that will check if a number is positive or negative.
How to define structures? ·
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Define the scope of static variables.
What are the 5 types of inheritance in c ++?
Why flag is used in c?
Explain About fork()?
What are the disadvantages of external storage class?
In C programming, how do you insert quote characters (‘ and “) into the output screen?