WHAT IS C?

Answers were Sorted based on User's Feedback



WHAT IS C?..

Answer / avinash

C IS A PROGRAMMING LANGUAGE.

Is This Answer Correct ?    11 Yes 0 No

WHAT IS C?..

Answer / syed

c is a structure programming language

Is This Answer Correct ?    5 Yes 0 No

WHAT IS C?..

Answer / nani

c is a basic programming language

Is This Answer Correct ?    0 Yes 0 No

WHAT IS C?..

Answer / mukil

C is a procedural language

Is This Answer Correct ?    0 Yes 0 No

WHAT IS C?..

Answer / siddhartha mukherjee

C is the third letter of english alphabet

Is This Answer Correct ?    4 Yes 4 No

WHAT IS C?..

Answer / k.rangaswamy

This is the one of the language which is used to interact
with the hardware in the efficiency manner.This is actually
a procedure oriented language and also we can call it as
High level language.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the use of linkage in c language?

0 Answers  


what do you mean by enumeration constant?

0 Answers  


Write a program to print fibonacci series using recursion?

0 Answers  


what is object oriental programing?

1 Answers  


What does c mean in standard form?

0 Answers  






What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 Answers  


What is the difference between constant pointer and constant variable?

0 Answers   NIIT,


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

0 Answers  


Why c is a procedural language?

0 Answers  


what is the difference between c and c++?

7 Answers  


Which is better pointer or array?

0 Answers  


what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }

4 Answers  


Categories