Why is c called c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can I read in an object file and jump to locations in it?

0 Answers  


Can i use “int” data type to store the value 32768? Why?

0 Answers  


What are actual arguments?

0 Answers  


What are reserved words?

0 Answers  


What is the significance of an algorithm to C programming?

0 Answers  


Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?

7 Answers  


What is the use of typedef in structure in c?

0 Answers  


Can we declare function inside main?

0 Answers  


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

0 Answers  


Why is extern used in c?

0 Answers  


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

0 Answers   Aspire, Infogain,


What is 2 d array in c?

0 Answers  


Categories