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 does %2f mean in c?

674


By using C language input a date into it and if it is right?

574


What the different types of arrays in c?

611


Can you think of a logic behind the game minesweeper.

2008


What is a char c?

592






Do you know the difference between exit() and _exit() function in c?

608


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

746


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1117


Are pointers really faster than arrays?

562


Array is an lvalue or not?

640


What is difference between function overloading and operator overloading?

658


In C language, a variable name cannot contain?

744


What is a scope resolution operator in c?

750


Does sprintf put null character?

601


What is a char in c?

554