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
How many levels of pointers have?
how can use subset in c program and give more example
What does %c mean in c?
Write a program to print “hello world” without using semicolon?
how to introdu5ce my self in serco
What does malloc () calloc () realloc () free () do?
What is the purpose of ftell?
What is difference between main and void main?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is c preprocessor mean?
Explain what are preprocessor directives?
How do you list files in a directory?
Why does this code crash?
What is far pointer in c?
What is pointer & why it is used?