wat is the meaning of c?

Answers were Sorted based on User's Feedback



wat is the meaning of c?..

Answer / guest

C IS A PROGRAMMING LANGUAGE.

Is This Answer Correct ?    16 Yes 1 No

wat is the meaning of c?..

Answer / abirami

it is a common language. combination with cobol and fortarn.

Is This Answer Correct ?    8 Yes 3 No

wat is the meaning of c?..

Answer / sudharsan

c is a basic structural programming language and this is a
advanced version of cobal and pascal etc....

Is This Answer Correct ?    4 Yes 0 No

wat is the meaning of c?..

Answer / leela

c is a programming language.
it is mainly support for operating system,and basic language
in programming.

Is This Answer Correct ?    4 Yes 1 No

wat is the meaning of c?..

Answer / vikram

C is a text
oriented
programming
language. It is
developed from
previous
programming
BASIC.

Is This Answer Correct ?    1 Yes 0 No

wat is the meaning of c?..

Answer / ramesh k

c is a operating system programming language.
it is know about the system configuration of execute program
and control it.

Is This Answer Correct ?    1 Yes 0 No

wat is the meaning of c?..

Answer / vinod

c is amiddle level language

Is This Answer Correct ?    1 Yes 0 No

wat is the meaning of c?..

Answer / mohan

c is a block structured programing language,

Is This Answer Correct ?    1 Yes 1 No

wat is the meaning of c?..

Answer / nithya

c is a common and basic structurl programming language
and then all language in basic for c.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Describe the order of precedence with regards to operators in C.

0 Answers  


find largest element in array w/o using sorting techniques.

3 Answers   Zycus Infotech,


How are pointers declared in c?

0 Answers  


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,


Explain what is wrong with this program statement?

0 Answers  






void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,


How will you declare an array of three function pointers where each function receives two ints and returns a float?

0 Answers   TISL,


write a program to swap two variables a=5 , b= 10 without using third variable

5 Answers  


How many data structures are there in c?

0 Answers  


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

0 Answers  


EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>

4 Answers  


What are logical errors and how does it differ from syntax errors?

0 Answers  


Categories