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
List some of the dynamic data structures in C?
Why do we use int main instead of void main in c?
Explain built-in function?
Explain what is a 'locale'?
Under what circumstances does a name clash occur?
What is the difference between char array and char pointer?
What's a good way to check for "close enough" floating-point equality?
What is difference between constant pointer and constant variable?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
How does #define work?
Explain the process of converting a Tree into a Binary Tree.
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What are the different types of C instructions?
How arrays can be passed to a user defined function
Do you have any idea how to compare array with pointer in c?