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


Please Help Members By Posting Answers For Below Questions

What is meant by initialization and how we initialize a variable?

581


What is volatile variable in c?

654


Explain what is wrong with this program statement? Void = 10;

761


Why static is used in c?

616


What are reserved words with a programming language?

598






Write a code to generate a series where the next element is the sum of last k terms.

730


How do you redirect a standard stream?

618


What is a shell structure examples?

586


What are unions in c?

572


Explain what are linked list?

616


How do you define a function?

579


In which layer of the network datastructure format change is done

1428


What are types of functions?

559


How do I use strcmp?

633


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

705