Answer Posted / gaurav sharma
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 ? | 6 Yes | 1 No |
Post New Answer View All Answers
What do you know about the use of bit field?
Explain how can type-insensitive macros be created?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is abstract data structure in c?
How can you find the exact size of a data type in c?
What are derived data types in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Is it possible to have a function as a parameter in another function?
Why does everyone say not to use gets?
What is hash table in c?
difference between native and cross compilers
Write a program for Overriding.
When should we use pointers in a c program?
What is getche() function?
Why do some versions of toupper act strangely if given an upper-case letter?