What is the main differences between C and Embedded C?

Answer Posted / swati jawanjal

Embedded c code generates a .hex file while a convention c
code generates a compatible .exe file.

C language uses the desktop OS memory while embedded C uses
the controllers inbuilt or any externally attached memory.

Is This Answer Correct ?    48 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 5 types of inheritance in c ++?

576


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

916


What is a char in c?

552


What are the two types of functions in c?

562


Do you know the purpose of 'register' keyword?

640






What are variables and it what way is it different from constants?

782


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

600


What is the difference between variable declaration and variable definition in c?

562


What is the translation phases used in c language?

628


Tell us two differences between new () and malloc ()?

612


What is atoi and atof in c?

612


What are bitwise shift operators in c programming?

641


write a c program for swapping two strings using pointer

2090


What is the use of define in c?

592


How many identifiers are there in c?

576