Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Which function in C can be used to append a string to another string?

1275


What does #pragma once mean?

1207


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

2234


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.

2061


What are global variables and explain how do you declare them?

1184


How are strings stored in c?

1082


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

1148


How was c created?

1093


What is %lu in c?

1333


Explain how do you determine whether to use a stream function or a low-level function?

1136


Who is the founder of c language?

1225


What does *p++ do?

1077


What is pointers in c?

1169


Which programming language is best for getting job 2020?

1102


Explain the difference between getch() and getche() in c?

1053