What is Full Form of C and Why We use C
Answers were Sorted based on User's Feedback
Answer / jyotheeswar
C is a compiler based language so, C is nothing but Compiler
| Is This Answer Correct ? | 9 Yes | 19 No |
Answer / rahul
It is named c because it came after BCPL since the second
letter of BCPL after B is C, hence named as C and not
because C comes after B in English .
It is widely used for developing system level softwares and
applications.
| Is This Answer Correct ? | 4 Yes | 14 No |
Answer / karthik
when C-language is launched.. there was an another language
with names A and B. so,to follow sequence it is named as C
| Is This Answer Correct ? | 13 Yes | 26 No |
what is self refrential structure
what is the little endian and big endian?
can a union be self-referenced?
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
Write a program using bitwise operators to invert even bits of a given number.
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Explain how can a program be made to print the name of a source file where an error occurs?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Why static variable is used in c?
Differentiate between the = symbol and == symbol?
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
What is size of union in c?