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 is the value of c?
What is the benefit of using const for declaring constants?
Explain #pragma statements.
What are the valid places to have keyword “break”?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Can you mix old-style and new-style function syntax?
Explain About fork()?
What is wrong with this statement? Myname = 'robin';
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
How many data structures are there in c?
What are high level languages like C and FORTRAN also known as?
Explain the difference between #include "..." And #include <...> In c?
What is the size of a union variable?
How to declare a variable?
What is a lvalue