What is the main differences between C and Embedded C?
Answer Posted / meena
Embedded c is the combination of Normal c we are using and Assembly lanquage.In embedded c we can get some library file as header file(e.g reg51.h, which will include all the port and register declaration with some more features)
By simply adding this file we are able to work with any port or any register of 8051 MCU.
| Is This Answer Correct ? | 21 Yes | 19 No |
Post New Answer View All Answers
How do you construct an increment statement or decrement statement in C?
Write a program to print fibonacci series using recursion?
Why do we need volatile in c?
What is the use of gets and puts?
What language is c written?
Explain goto?
Give differences between - new and malloc() , delete and free() ?
Is main a keyword in c?
Explain the concept and use of type void.
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Explain what happens if you free a pointer twice?
What is array of pointers to string?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
write a programming in c to find the sum of all elements in an array through function.