Answer Posted / guest
C is a general-purpose computer programming language developed
between 1969 and 1973 by Dennis Ritchie at the Bell Telephone
Laboratories for use with the Unix operating system
C is an imperative systems implementation language.
It was designed to be compiled using a relatively
straightforward compiler, to provide low-level access to
memory, to provide language constructs that map efficiently to
machine instructions, and to require minimal run-time support.
C was therefore useful for many applications that had formerly
been coded in assembly language..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of data structures in c?
What is #pragma statements?
How many bytes are occupied by near, far and huge pointers (dos)?
Can you please explain the difference between exit() and _exit() function?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Define Spanning-Tree Protocol (STP)
How do I use void main?
What is the difference between if else and switchstatement
What language is windows 1.0 written?
What is the use of bit field?
How will you divide two numbers in a MACRO?
How can I ensure that integer arithmetic doesnt overflow?
Why is python slower than c?
Explain what is output redirection?
What is I ++ in c programming?