Answer Posted / shruti
Are u asking "Who invented C??"
then the answer is
Dennis Ritchie invented C at the AT&T Bell labs..
| Is This Answer Correct ? | 23 Yes | 5 No |
Post New Answer View All Answers
How can I trap or ignore keyboard interrupts like control-c?
When should structures be passed by values or by references?
Is c programming hard?
What is void c?
What are the different types of C instructions?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
write a program to rearrange the array such way that all even elements should come first and next come odd
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Are comments included during the compilation stage and placed in the EXE file as well?
Explain what’s a signal? Explain what do I use signals for?
What is the general form of a C program?
How does placing some code lines between the comment symbol help in debugging the code?
Why is c called a structured programming language?
How can you read a directory in a C program?
What does void main () mean?