Who is invented by c?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain do array subscripts always start with zero?

761


if p is a string contained in a string?

1404


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

667


What are the header files used in c language?

589


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1627






hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1633


When should I declare a function?

623


I need previous papers of CSC.......plz help out by posting them.......

1816


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2186


how we can make 3d venturing graphics on outer interface

4008


Write a program of prime number using recursion.

618


Write a program to reverse a given number in c language?

620


Which of these functions is safer to use : fgets(), gets()? Why?

635


Should a function contain a return statement if it does not return a value?

597


Explain union. What are its advantages?

617