what is the difference between embedded c and turbo c ?
Answer Posted / aravind
Embedded C has Integrated Development Environment(IDE) and additional predefined functions and other standard libraries including C.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is 1d array in c?
Who developed c language?
What does %c do in c?
Write a program to identify if a given binary tree is balanced or not.
What is the benefit of using #define to declare a constant?
Which of these functions is safer to use : fgets(), gets()? Why?
Can we assign integer value to char in c?
Explain heap and queue.
What is preprocessor with example?
How can variables be characterized?
What is advantage of pointer in c?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Write a program to reverse a given number in c language?
What 'lex' does?
What is wrong in this statement?