Why is c called c?



Why is c called c?..

Answer / Anurag Chandola

C is called C because it was the successor to the programming language B, and the developers followed the naming convention of using a single letter to denote each new version. In this case, C stands for 'C Language'.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Explain what are compound statements?

1 Answers  


Is it possible to have a function as a parameter in another function?

1 Answers  


What is the meaning of int *x[]();?

1 Answers  


What are valid signatures for the Main function?

1 Answers  


write a program to print largest number of each row of a 2D array

1 Answers  


How can I ensure that integer arithmetic doesnt overflow?

1 Answers  


how to compare two strings without using strcmp() function??

1 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

3 Answers  


main is a predefined or user define function if user defined why? if predefined whay?

12 Answers   TCS,


write a prgram of swapping with 2 valiables

6 Answers  


What's the right way to use errno?

1 Answers  


Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .

3 Answers   TCS,


Categories