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
Is main an identifier in c?
Why shouldn’t I start variable names with underscores?
Explain the red-black trees?
Describe newline escape sequence with a sample program?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
How do I use void main?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is the function of multilevel pointer in c?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
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?
Which function in C can be used to append a string to another string?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is a good data structure to use for storing lines of text?
What is the use of header files?
Write a program to use switch statement.