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


Please Help Members By Posting Answers For Below Questions

What is the value of c?

815


What is the benefit of using const for declaring constants?

829


Explain #pragma statements.

831


What are the valid places to have keyword “break”?

871


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

848


Can you mix old-style and new-style function syntax?

881


Explain About fork()?

876


What is wrong with this statement? Myname = 'robin';

1085


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1940


How many data structures are there in c?

868


What are high level languages like C and FORTRAN also known as?

944


Explain the difference between #include "..." And #include <...> In c?

822


What is the size of a union variable?

822


How to declare a variable?

803


What is a lvalue

887