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 array in C
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Why c is called a mid level programming language?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
What is a shell structure examples?
Explain how can you tell whether two strings are the same?
What is context in c?
Difference between MAC vs. IP Addressing
Why c is procedure oriented?
What are keywords in c with examples?
Explain about the constants which help in debugging?
What is a void * in c?
What is #line?
What is the use of typedef in c?
How can a string be converted to a number?