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
When c language was developed?
Can we compile a program without main() function?
Write a code to generate divisors of an integer?
Can you please explain the difference between exit() and _exit() function?
What is linear search?
What is volatile variable in c with example?
Hi can anyone tell what is a start up code?
What is the explanation for prototype function in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is NULL pointer?
What is the deal on sprintf_s return value?
What is a spanning Tree?
How do shell structures work?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
can we change the default calling convention in c if yes than how.........?