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 dangling pointer in c?
What is wrong with this initialization?
How can I insert or delete a line (or record) in the middle of a file?
What is the right way to use errno?
What is && in c programming?
What is the difference between memcpy and memmove?
how to capitalise first letter of each word in a given string?
What do you understand by normalization of pointers?
What is a lvalue
Write a Program to find whether the given number or string is palindrome.
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What are the different types of C instructions?
why do some people write if(0 == x) instead of if(x == 0)?
Do you know the purpose of 'register' keyword?
When a c file is executed there are many files that are automatically opened what are they files?