Answer Posted / pradeep kumar
C is a procedural oriented programming language.
it has fast execution compare to c++.
it is developed at bell labs by dennis ritchi.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is a far pointer in c?
Which is an example of a structural homology?
How can I find out the size of a file, prior to reading it in?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Can variables be declared anywhere in c?
What is the difference between the expression “++a” and “a++”?
Do you know the purpose of 'register' keyword?
What is 1d array in c?
What is void main ()?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
When should structures be passed by values or by references?
What is the use of c language in real life?
What is static and volatile in c?
Why n++ execute faster than n+1 ?
How to throw some light on the b tree?