what is c language?

Answers were Sorted based on User's Feedback



what is c language?..

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

what is c language?..

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

Post New Answer

More C Interview Questions

which will be first in c compiling ,linking or compiling ,debugging.

3 Answers   Sonata,


Can we declare variable anywhere in c?

0 Answers  


Is c compiled or interpreted?

0 Answers  


What is the difference between union and anonymous union?

0 Answers   Hexaware,


Add Two Numbers Without Using the Addition Operator

0 Answers  






What is a char c?

0 Answers  


How many data structures are there in c?

0 Answers  


what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year

7 Answers   TCS,


program to find a smallest number in an array

15 Answers   Microsoft, Sony,


sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?

4 Answers   Subex,


Write a code to generate a series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


What is structure packing in c?

0 Answers  


Categories