What language is c written?



What language is c written?..

Answer / Gayanendra Kumar

C was developed by Dennis Ritchie between 1969 and 1973 at Bell Labs, as an enhancement of the B programming language. It is a general-purpose programming language.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What are header files? What are their uses?

1 Answers  


What is meant by type specifiers?

1 Answers  


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print

1 Answers  


what is array?

8 Answers  


main difference between c and c++ language

1 Answers  


define string ?

1 Answers  


wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  


What are the various types of control structures in programming?

1 Answers  


WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****

2 Answers  


Explain is it valid to address one element beyond the end of an array?

1 Answers  


write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that

3 Answers  


List some basic data types in c?

1 Answers  


Categories