Answer Posted / achal
C is a general purpose programming language. It is a middle
level language, mostly used to program hardware devices. It
is used in procedural programming; not object oriented. One
important thing is that it is capable of manipulating
individual bits of data; small language ; small standard
library; compact executable code. There are many other
things what make C suitable for HW programming
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is operator promotion?
What is register variable in c language?
write a program to display all prime numbers
Are there namespaces in c?
What is a volatile keyword in c?
What is the difference between text and binary i/o?
What is the use of linkage in c language?
Differentiate between a structure and a union.
What are the advantages of using new operator as compared to the function malloc ()?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Does c have function or method?
How can you access memory located at a certain address?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Is c is a low level language?
How can I sort a linked list?