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

write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers  


What are volatile variables?

1 Answers   Mind Tree,


What is Function Pointer? Explain with example?

3 Answers  


what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above

3 Answers   Accenture, Infosys, Wipro,


I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?

1 Answers  






What is an auto variable in c?

0 Answers  


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

0 Answers  


What is the meaning of 2d in c?

0 Answers  


Explain what is the difference between text files and binary files?

0 Answers  


write a programe to find the factorial of given number using recursion

3 Answers  


Is main a keyword in c?

0 Answers  


what is meant by c

9 Answers   INiTS,


Categories