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
Explain what is output redirection?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What are the types of pointers?
How can a program be made to print the name of a source file where an error occurs?
When the macros gets expanded?
Is there anything like an ifdef for typedefs?
Why calloc is better than malloc?
What is the use of volatile?
What is a program flowchart and explain how does it help in writing a program?
How reliable are floating-point comparisons?
Write a program to print "hello world" without using a semicolon?
What is %g in c?
Write a progarm to find the length of string using switch case?
what do you mean by enumeration constant?