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
Explain what are reserved words?
Write a code of a general series where the next element is the sum of last k terms.
Where is volatile variable stored?
Why we use stdio h in c?
Which is better malloc or calloc?
What is c preprocessor mean?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is s or c?
What are the 3 types of structures?
What are different types of pointers?
What is pointer to pointer in c language?
How can I send mail from within a c program?
How can you increase the allowable number of simultaneously open files?
Why do we use & in c?