What is the main differences between C and Embedded C?
Answer Posted / dongay
Embedded C is an extension of C
The Extra Features are available in Embedded C are
1. fixed point types
2. multiple memory areas
3. I/O register mapping.
| Is This Answer Correct ? | 99 Yes | 23 No |
Post New Answer View All Answers
What are the types of operators in c?
What is the difference between the = symbol and == symbol?
What does != Mean in c?
What is volatile keyword in c?
What is external variable in c?
When a c file is executed there are many files that are automatically opened what are they files?
#include
what is the structure pointer?
How to establish connection with oracle database software from c language?
What is a const pointer?
What is the purpose of realloc()?
What is a stream water?
Can we access the array using a pointer in c language?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What are the loops in c?