Answer Posted / debayan mitra
The full form of C is combined language. It came as an
offspring of BCPL(Basic Combined programming language).
C is used to develop software.
| Is This Answer Correct ? | 8 Yes | 14 No |
Post New Answer View All Answers
What is the right way to use errno?
What is preprocessor with example?
What is scanf () in c?
What does int main () mean?
How a string is stored in c?
What is #include stdlib h?
Why is C language being considered a middle level language?
Explain 'bus error'?
Write a program to generate random numbers in c?
Do pointers store the address of value or the actual value of a variable?
What is C language ?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What are linked lists in c?
Why is not a pointer null after calling free?
What is #line used for?