name the language for writing c compiler?
Answer Posted / abhinav singh
Trans-mo-grifiers(TMG)
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How can I change their mode to binary?
How do you override a defined macro?
What is switch in c?
What is a wrapper function in c?
Is null equal to 0 in sql?
How to throw some light on the b tree?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What are the differences between Structures and Arrays?
explain what are actual arguments?
What is string length in c?
What is the difference between a free-standing and a hosted environment?
What is the use of parallelize in spark?
Differentiate between full, complete & perfect binary trees.
What are the advantages of union?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)