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 c program to find biggest of 3 number without relational operator?

12 Answers   TCS, Wipro,


what is c++ programming?

3 Answers   TCS,


What is a far pointer in c?

0 Answers  


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason

3 Answers  






Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

0 Answers   InterGraph,


What is assignment operator?

0 Answers  


Is boolean a datatype in c?

0 Answers  


What are called c variables?

0 Answers  


Difference Between embedded software and soft ware?

1 Answers   Bosch,


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

0 Answers   Infosys,


How to removing white spces in c programming only bu using loops

2 Answers  


Categories