who invented c

Answer Posted / ranjit

dennis ritchi at at&t bell labs

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why functions are used in c?

591


How do we declare variables in c?

575


How to write a code for reverse of string without using string functions?

1583


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

1474


What is the difference between typedef struct and struct?

602






What is a macro in c preprocessor?

634


How does #define work?

652


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

811


What is the use of extern in c?

651


What is the usage of the pointer in c?

608


What does 2n 4c mean?

725


Is Exception handling possible in c language?

1588


What is strcmp in c?

603


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

613


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

639