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
Which is best linux os?
How can I convert a number to a string?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
How many levels deep can include files be nested?
How do you sort filenames in a directory?
Does sprintf put null character?
What does volatile do?
Is c procedural or functional?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Is there anything like an ifdef for typedefs?
What is structure and union in c?
How can you return multiple values from a function?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
what is event driven software and what is procedural driven software?