What is the main differences between C and Embedded C?
Answer Posted / swati jawanjal
Embedded c code generates a .hex file while a convention c
code generates a compatible .exe file.
C language uses the desktop OS memory while embedded C uses
the controllers inbuilt or any externally attached memory.
| Is This Answer Correct ? | 49 Yes | 11 No |
Post New Answer View All Answers
Which function in C can be used to append a string to another string?
What does #pragma once mean?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What are global variables and explain how do you declare them?
How are strings stored in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
How was c created?
What is %lu in c?
Explain how do you determine whether to use a stream function or a low-level function?
Who is the founder of c language?
What does *p++ do?
What is pointers in c?
Which programming language is best for getting job 2020?
Explain the difference between getch() and getche() in c?