Name the language in which the compiler of "c" in written?

Answer Posted / pankaj goswami

in "c" language

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

800


Are the variables argc and argv are local to main?

780


What is difference between structure and union with example?

586


How are strings stored in c?

586


What is the meaning of typedef struct in c?

582






Why we not create function inside function.

1742


Why does everyone say not to use scanf? What should I use instead?

678


hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..

1458


What are pointers really good for, anyway?

608


How many bytes is a struct in c?

719


What are register variables in c?

567


What are the different types of C instructions?

668


What are the scope of static variables?

596


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

2386


What are the characteristics of arrays in c?

605