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 does %p mean c?
When should you not use a type cast?
Is a pointer a kind of array?
What is the difference between int main and void main in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
When should the const modifier be used?
What is actual argument?
What is maximum size of array in c?
Explain how can I write functions that take a variable number of arguments?
What are the two types of functions in c?
Differentiate between null and void pointers.
What is 1d array in c?
Can static variables be declared in a header file?
What is difference between constant pointer and constant variable?
What is the argument of a function in c?