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
Does free set pointer to null?
Can you add pointers together? Why would you?
Describe static function with its usage?
Which are low level languages?
What is string function c?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Is fortran still used today?
What is time null in c?
How to establish connection with oracle database software from c language?
How many parameters should a function have?
If the size of int data type is two bytes, what is the range of signed int data type?
How is a null pointer different from a dangling pointer?
Explain what is output redirection?
explain what is an endless loop?
How are Structure passing and returning implemented by the complier?