Who is invented by c?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1737


What is a 'null pointer assignment' error?

724


What is variable declaration and definition in c?

503


Explain how can type-insensitive macros be created?

570


What is the purpose of ftell?

601






Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

1864


What are predefined functions in c?

567


Difference between pass by reference and pass by value?

658


What is the difference between void main and main in c?

626


p*=(++q)++*--p when p=q=1 while(q<=6)

1266


What is the use of clrscr?

597


Explain what are global variables and explain how do you declare them?

639


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

620


any "C" function by default returns an a) int value b) float value c) char value d) a & b

665


Explain what does it mean when a pointer is used in an if statement?

617