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 |
What does extern mean in a function declaration?
Do you know what is the purpose of 'extern' keyword in a function declaration?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
How can I get the current date or time of day in a c program?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
What is the difference between call by value and call by reference in c?
Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
how many argument we can pas in in a function
What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }
how the compiler treats any volatile variable?Explain with example.