What is the main differences between C and Embedded C?

Answer Posted / nanthini

Extensions for the programming language C to support
embedded processors, enabling portable and efficient
application programming for embedded systems

Is This Answer Correct ?    19 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2519


What is optimization in c?

568


main() { printf("hello"); fork(); }

697


Is int a keyword in c?

557


What are the 4 types of organizational structures?

625






What are enumerated types?

655


Explain function?

665


What is hash table in c?

574


write a program to concatenation the string using switch case?

1558


What does static variable mean in c?

652


What is the size of enum in c?

619


Differentiate between static and dynamic modeling.

620


How can I sort a linked list?

635


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

661


What is static and volatile in c?

779