What is the main differences between C and Embedded C?
Answer Posted / dhanasekaran
Normal C finally needs for .exe file
Embedded C for .hex file
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is a good data structure to use for storing lines of text?
What is line in c preprocessor?
What is the use of sizeof?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is the difference between typedef and #define?
What is #define in c?
difference between native and cross compilers
How is = symbol different from == symbol in c programming?
diff between exptected result and requirement?
What are the advantages and disadvantages of c language?
Is c object oriented?
Explain what are the __date__ and __time__ preprocessor commands?
What is the size of structure pointer in c?
What are the standard predefined macros?
Why do we use return in c?