who invented c

Answer Posted / utkarsh

denis ritchie has invented the c. it is borland c.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a constant?

637


Why c is called a mid level programming language?

607


application attempts to perform an operation?

1497


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

634


What is an operator?

659






What is the difference between call by value and call by reference in c?

621


What is void main ()?

615


What is the difference between Printf(..) and sprint(...) ?

792


Can a pointer be static?

627


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

722


How to declare pointer variables?

688


Give differences between - new and malloc() , delete and free() ?

614


Is file a keyword in c?

505


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

687


What is a header file?

640