what is c language.

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


Please Help Members By Posting Answers For Below Questions

4. main() { int c=- -2; printf("c=%d",c); }

1373


Explain what is the benefit of using const for declaring constants?

618


What is typedef?

681


What is ctrl c called?

601


What is the explanation for modular programming?

689






What are the complete rules for header file searching?

680


Array is an lvalue or not?

642


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

915


Is c pass by value or reference?

600


What is wrong with this program statement?

610


What is the heap in c?

647


What is double pointer in c?

593


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

646


find the sum of two matrices and WAP for it.

638


What do you understand by normalization of pointers?

629