Who is invented by c?
Answers were Sorted based on User's Feedback
Answer / sreenu
In 1970 there was a language called B.
In 1972,by Dennis Ritche at AT&T bell labarotories in the
university of pennsylvania have modified B to Clanguage
| Is This Answer Correct ? | 20 Yes | 5 No |
Answer / suvankar santra
c++ is invented by c... am i stupid?? i know.. he he
| Is This Answer Correct ? | 17 Yes | 11 No |
Answer / walter
I don't think any one has been invented by c, since c itself
has been invented and it can't invent any one else.........
what a stupid question you'll have been answering so far
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / ankit tonte
Well if i talk about that who is invented by 'c', so we can
say that all the programing languages is based on 'c', and
'c' is a backbone of all the programing languages.
firstly UNIX operating system invented by using 'c'.
after words Linux.
| Is This Answer Correct ? | 2 Yes | 0 No |
How does normalization of huge pointer works?
Explain what does the function toupper() do?
What is the size of structure in c?
suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan
What is structure of c program?
what about "char *(*(*a[])())();"
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
in iso what are the common technological language?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
Write programs for String Reversal & Palindrome check