name the language for writing c compiler?
Answers were Sorted based on User's Feedback
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 |
Explain the use of bit fieild.
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
what does exit() do?
What is sizeof in c?
What is a class?
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
define string ?
What is assignment operator?
What is the difference between class and object in c?
What is a pointer in c?
i am using gsm modem ! I USE CMGL COMMAND TO DISPLAY THE LIST OF MESSAGES ! I WANT TO READ EACH MESSAGE ONE BY ONE AND GET EACH MESSAGE INDEX USING C PROGRAM ! THE RESPONSE OF THE MODULE AFTER AT+CMGL IS ---CMGL: 1,"REC READ","+85291234567",,"07/05/01,08:00:15+32",145,37 It is easy to list SMS text messages.---- I WANT THE PROGRAM TO GET THE NUMBER "37"{MESSAGE LENGTH} AS WELL AS "1"(MESSAGE INDEX NUMBER" PLEASE HELP
how to find your architecture is LittleEndian or BigEndian?