what is c?

Answers were Sorted based on User's Feedback



what is c?..

Answer / pazhani

C is one of the computer programming Languages

Is This Answer Correct ?    11 Yes 1 No

what is c?..

Answer / venkatesh

it is stactural programing language

Is This Answer Correct ?    6 Yes 0 No

what is c?..

Answer / m.karthik

c is a procedure oriented programming language ,,,,,,,,,
and structure oriented language .........
developed at at & t labs by dennis ritche..........
in 1970s.........

Is This Answer Correct ?    3 Yes 2 No

what is c?..

Answer / ratnesh rai

c is a high level programing language

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More C Interview Questions

Explain why C language is procedural?

1 Answers   GE,


why java is called as a purely oops language.

3 Answers   TVS,


What does emoji p mean?

1 Answers  


How can I handle floating-point exceptions gracefully?

1 Answers  


What is the Lvalue and Rvalue?

2 Answers  


Why c language is called c?

1 Answers  


#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }

3 Answers  


#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


What is operator precedence?

1 Answers  


What’s the special use of UNIONS?

1 Answers   ADP,


What are the differences between Structures and Arrays?

1 Answers   TCS,


How can you read a directory in a C program?

1 Answers  


Categories