what is c language?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
what is c++ programming?
how 2 compile & execute c program with out using editor?
Why c++ is called c++ and not c+?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
who did come first hen or agg
What is atoi and atof in c?
Explain what’s a signal? Explain what do I use signals for?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
How can you tell whether two strings are the same?
write a program to print the one dimensional array.
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
What is static memory allocation? Explain