who is the founder of c

Answer Posted / raghavendra

B language is also called as typeless lanugage, developed
by ken thompson while writing unix. so Dennies ritchie
written C compiler contains data types. then Unix written
in C language

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does c have function or method?

575


What is a void pointer? When is a void pointer used?

611


What do you mean by c what are the main characteristics of c language?

557


Why static is used in c?

606


will u please send me the placement papers to my mail???????????????????

1353






2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2504


How can a program be made to print the line number where an error occurs?

634


Explain can static variables be declared in a header file?

658


Write a code on reverse string and its complexity.

593


What are header files? What are their uses?

624


Explain how can I make sure that my program is the only one accessing a file?

606


What is pointers in c?

633


Which node is more powerful and can handle local information processing or graphics processing?

807


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7374


What is string constants?

650