What is the main differences between C and Embedded C?
Answer Posted / dhanasekaran
Normal C finally needs for .exe file
Embedded C for .hex file
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is it possible to use curly brackets ({}) to enclose single line code in c program?
using for loop sum 2 number of any 4 digit number in c language
How are pointers declared in c?
What are the differences between new and malloc in C?
How can you tell whether a program was compiled using c versus c++?
How can I dynamically allocate arrays?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is the default value of local and global variables in c?
How pointers are declared?
Explain the concept and use of type void.
What is the use of #include in c?
What is difference between arrays and pointers?
Explain what are the standard predefined macros?
Can you assign a different address to an array tag?
What is the advantage of using #define to declare a constant?