What is the main differences between C and Embedded C?
Answer Posted / sai ram
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 ? | 11 Yes | 4 No |
Post New Answer View All Answers
What does dm mean sexually?
What is the basic structure of c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is use of pointer?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
swap 2 numbers without using third variable?
What is linear search?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is define directive?
in iso what are the common technological language?
Explain the use of #pragma exit?
What are global variables and explain how do you declare them?
If you know then define #pragma?
Can the sizeof operator be used to tell the size of an array passed to a function?
Explain the use of fflush() function?