What is the main differences between C and Embedded C?
Answer Posted / vishnu948923
C is for desktop computers, embedded C usually is for
microcontroller based applications.
C use the resources of desktop computers (memory, OS, etc)
Embbeded C use only limited resources available in chip
(limited RAM, ROM, ports, etc).
Embbed C could be a subset of C.
| Is This Answer Correct ? | 200 Yes | 16 No |
Post New Answer View All Answers
Explain void pointer?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Can a local variable be volatile in c?
If null and 0 are equivalent as null pointer constants, which should I use?
What is null in c?
Why calloc is better than malloc?
Who developed c language?
What are void pointers in c?
Is null a keyword in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What are disadvantages of C language.
What is the value of h?
What are derived data types in c?
In which layer of the network datastructure format change is done
to find the closest pair