Answer Posted / yogesh bhandari
C is a Procedural language,which is devloped in AT and T
lab on 1972.
Dennish Ritchiei is the person who devlope this language
after BCPL(Basic Combined Programming Language).
C has the rich source of operators.This language is the
best language for fresher.
Mainly system programming are devlope in c language.
a translator called COMPILER is used in c language which is
also coded in C Language.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the difference between ++a and a++?
How do I read the arrow keys? What about function keys?
What is difference between %d and %i in c?
What is c preprocessor mean?
What is the general form of a C program?
What is the explanation for cyclic nature of data types in c?
What are the 5 data types?
What is formal argument?
write a program to find the given number is prime or not
What is #line used for?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
write a program to print data of 5 five students with structures?
i got 75% in all semester am i eligible for your company
What is wrong with this statement? Myname = 'robin';
Is it possible to pass an entire structure to functions?