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 / nanthini

Extensions for the programming language C to support
embedded processors, enabling portable and efficient
application programming for embedded systems

Is This Answer Correct ?    19 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C program in Fibonacci series.

1134


How many levels of pointers can you have?

1244


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

1166


What is the auto keyword good for?

1229


What are actual arguments?

1155


Can we declare function inside main?

1049


How is a pointer variable declared?

1158


What does %d do?

1354


What are 'near' and 'far' pointers?

1089


What is double pointer?

1041


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

1223


Why is c called "mother" language?

1329


When should structures be passed by values or by references?

1080


What is difference between static and global variable in c?

1103


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1808