what is c

Answers were Sorted based on User's Feedback



what is c..

Answer / kasthur

it is one of the procedure oriented programming language

Is This Answer Correct ?    25 Yes 2 No

what is c..

Answer / daya shankar

The C and C++ programming languages are powerful mid-level
programming languages that were created as systems
programming languages. This means that the language allows
access to operating system functions. In addition the
language has the capability for easy access to hardware.

Is This Answer Correct ?    2 Yes 3 No

what is c..

Answer / sunil s patil

C is one of the most widely used programming language of
all time and there are very few computer architectures for
which C compiler does not exit.

Is This Answer Correct ?    1 Yes 2 No

what is c..

Answer / sathiya

it is object oriented programming language

Is This Answer Correct ?    4 Yes 19 No

Post New Answer

More C Interview Questions

What is difference between function overloading and operator overloading?

0 Answers  


Why is it that not all header files are declared in every C program?

0 Answers  


write a program to generate address labels using structures?

0 Answers   SJC,


Explain what is the advantage of a random access file?

0 Answers  


How does normalization of huge pointer works?

0 Answers  






how can i calculate mean,median,mode by using c program

1 Answers   HCL,


Why are all header files not declared in every c program?

0 Answers  


What is the difference function call by value & function call by reference?

6 Answers  


Explain function?

0 Answers  


What are header files why are they important?

0 Answers  


char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 Answers   Mascot,


What is c preprocessor mean?

0 Answers  


Categories