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 logical errors? Compare with syntax errors.
How can you find out how much memory is available?
What's the right way to use errno?
Explain what is the stack?
Why isnt any of this standardized in c?
What are the different types of endless loops?
What are qualifiers?
How many types of operator or there in c?
Write a program to implement queue.
Can you tell me how to check whether a linked list is circular?
What are keywords c?
Explain how can a program be made to print the line number where an error occurs?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is the usage of the pointer in c?
Explain what’s a signal? Explain what do I use signals for?