What is the main differences between C and Embedded C?
Answer Posted / dev
C is a widely used general purpose high level programming language mainly intended for system programming.
Embedded C is an extension to C programming language that provides support for developing efficient programs for embedded devices.It is not a part of the C language
C Usually for desktop programming.
embedded C Used for embedded programming.
Can refer below article
http://wikiuncle.com/index.php?title=C_vs_Embedded_C
| Is This Answer Correct ? | 26 Yes | 7 No |
Post New Answer View All Answers
a program that can input number of records and can view it again the record
Can we access the array using a pointer in c language?
Write a program to swap two numbers without using third variable?
Is exit(status) truly equivalent to returning the same status from main?
What is string function c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Write a program to print fibonacci series using recursion?
What are the application of void data type in c?
can any one provide me the notes of data structure for ignou cs-62 paper
List some of the dynamic data structures in C?
How to declare pointer variables?
What are the types of arrays in c?
What does %p mean c?
Is c still used?
Is c language still used?