Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


name the language for writing c compiler?

Answers were Sorted based on User's Feedback



name the language for writing c compiler?..

Answer / ashutosh tiwari

we can use assembly language or C itself to build a
compiler for C.
But assembly code will not be reusable so the compiler
developed for one system will not run on other system

Is This Answer Correct ?    3 Yes 0 No

name the language for writing c compiler?..

Answer / abhinav singh

Trans-mo-grifiers(TMG)

Is This Answer Correct ?    4 Yes 3 No

name the language for writing c compiler?..

Answer / xxx

It is "C"

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More C Interview Questions

How to reverse a linked list

1 Answers   Aricent, Fidelity, IBM, TCS,


what is the difference between strcpy() and memcpy() function?

2 Answers  


What does d mean?

0 Answers  


What is variable in c example?

0 Answers  


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


What is malloc return c?

0 Answers  


write a c programme for add of two numbers with out use of arthematic operators

2 Answers  


What is the difference between scanf and fscanf?

0 Answers  


What is the heap in c?

0 Answers  


Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?

3 Answers  


WAP &#8211; represent a char in binary format

4 Answers   Motorola, Wipro,


Explain what is the difference between functions getch() and getche()?

0 Answers  


Categories