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
What is the acronym for ansi?
Under what circumstances does a name clash occur?
What are linked lists in c?
What is volatile, register definition in C
what value is returned to operating system after program execution?
In which layer of the network datastructure format change is done
Why is extern used in c?
Write a program to reverse a linked list in c.
What is a program flowchart and how does it help in writing a program?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is the size of a union variable?
What is function definition in c?
In which header file is the null macro defined?
Write the control statements in C language
How can you call a function, given its name as a string?