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

When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


List the different types of c tokens?

0 Answers  


what is the difference between 123 and 0123 in c?

0 Answers  


Which of these functions is safer to use : fgets(), gets()? Why?

0 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

11 Answers   HCL, Vector, Vector India, Vector Solutions, Wipro,






Why is main function so important?

0 Answers  


post new interiew question and aptitude test papers

1 Answers  


What are identifiers in c?

0 Answers  


what is the difference between #include<stdio.h> and #include "stdio.h" ?

3 Answers  


Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.

2 Answers  


AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?

13 Answers   HCL,


Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc

4 Answers  


Categories