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 |
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Write a program to print fibonacci series using recursion?
What is the use of typedef in structure in c?
What are the data types present in c?
What is the difference between union and anonymous union?
How pointer is benefit for design a data structure algorithm?
write a method for an array in which it can display the largest n next largest value.
Which built-in library function can be used to match a patter from the string?
What are the different types of pointers?
write a program to print the all 4digits numbers & whose squares must me even numbers?
What should malloc(0) do?
what is c?