what is c?

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


Please Help Members By Posting Answers For Below Questions

Function calling procedures? and their differences? Why should one go for Call by Reference?

639


What do you mean by recursion in c?

636


What is FIFO?

683


What is a lvalue

668


What is a structure member in c?

557






What is the difference between Printf(..) and sprint(...) ?

796


What are the advantages of using Unions?

648


What are the keywords in c?

651


What is the meaning of c in c language?

607


Explain how are 16- and 32-bit numbers stored?

790


which is an algorithm for sorting in a growing Lexicographic order

1403


Who invented b language?

927


main() { printf("hello"); fork(); }

703


explain what is fifo?

643


Which is better oop or procedural?

640