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 is the time and space complexities of merge sort and when is it preferred over quick sort?
What is optimization in c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Explain what are preprocessor directives?
What does a pointer variable always consist of?
Explain the difference between malloc() and calloc() function?
to find the closest pair
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Why do we use pointer to pointer in c?
Why doesnt that code work?
What is the best organizational structure?
What do mean by network ?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What is union in c?
What is difference between static and global variable in c?