what is c language.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / d
c language is middlelevel langauage
it follows
higher and low level language
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / suganya.s
C is a structured, procedural programming language.C has
been standardized as part of the Portable Operating system.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
What is the purpose of the fflush() function in C?
What is #define size in c?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
c program to subtract between two numbers without using '-' sign and subtract function.
given post order,in order construct the corresponding binary tree
How will you delete a node in DLL?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
What is static volatile in c?
If input is 123 then how to print 100 and 20 and 3 seperately?
what is the use of macro program
In C language what is a 'dangling pointer'?