Why is c called c not d or e?
Answer / Harminder Kaur
C was named after the K&R (Kernighan and Ritchie) programming book, which covered an early version of C. The authors chose the name 'C' to reflect that it was a small, portable successor to B, an implementation of the BCPL language.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between union All statement and Union?
1 Answers Beahead Private Limited,
What are variables c?
IS Doon college of Engn.. has good faculty
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
Explain what is a pragma?
How the C program can be compiled?
What is strcpy() function?
Is anything faster than c?
Write a C program to print 1 2 3 ... 100 without using loops?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
What does the file stdio.h contain?