what is c?

Answers were Sorted based on User's Feedback



what is c? ..

Answer / raji .r

it is a high level language
it is a strutured programming language
it is easier to understand the user because the programs
can be divided into some small small functions.

Is This Answer Correct ?    21 Yes 3 No

what is c? ..

Answer / nirmal kumar tailor

c is a programming language.
c is a procedural, plateform independant, hardware
programming language.

Is This Answer Correct ?    16 Yes 8 No

what is c? ..

Answer / s.lilly

c is a middle level language,
c is a structured language,
it gets its name as it is advanced from bcpl language.
c language is pronounced by dannies ritche in 1979.
c language forms the basis for the other languages like c++,
java..
c language is used for hardware programming
c language is the only language that is surviving till
today and will survive becuase of its real impact and use.
the only missing feature is that it is not object oriented.

Is This Answer Correct ?    7 Yes 1 No

what is c? ..

Answer / md.ismail

c is of string language of BCPL(basic combined programming
language),which is called B.B was modified by Danial Ritchi
in 1972 in BELL LAB,which is called C.it is procedural
middle level language.

Is This Answer Correct ?    5 Yes 3 No

what is c? ..

Answer / achal

C is a general purpose programming language. It is a middle
level language, mostly used to program hardware devices. It
is used in procedural programming; not object oriented. One
important thing is that it is capable of manipulating
individual bits of data; small language ; small standard
library; compact executable code. There are many other
things what make C suitable for HW programming

Is This Answer Correct ?    4 Yes 2 No

what is c? ..

Answer / ravi pratap

actually c is the mother of programming language, which is mainly used for programing of various devices which are meant for structural programming.this basically includes procedure oriented pattern of pointers functions,arraysetc

Is This Answer Correct ?    3 Yes 2 No

what is c? ..

Answer / saranya

Actually C is low level language.
basically C is implemented in washing macine and other
devices without C no other laguages can be easily evolved
like java,c++ etc and c is easily understandable language
developed by dennis richie it consist of data types,data
structres,string, functions,pointers hashing techniques etc

Is This Answer Correct ?    3 Yes 8 No

Post New Answer

More C Interview Questions

Why do we use stdio h and conio h?

0 Answers  


what is a non volatile key word in c language?

1 Answers  


how can I convert a string to a number?

0 Answers  


What is pre-emptive data structure and explain it with example?

0 Answers  


output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }

2 Answers   Elysium,






accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input

1 Answers  


What is difference between function overloading and operator overloading?

0 Answers  


how to write palindrome program?

3 Answers  


List the different types of c tokens?

0 Answers  


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

0 Answers  


Is c a great language, or what?

0 Answers  


Can include files be nested? How many levels deep can include files be nested?

0 Answers   Aspire, Infogain,


Categories