What is the main differences between C and Embedded C?
Answer Posted / nanthini
Extensions for the programming language C to support
embedded processors, enabling portable and efficient
application programming for embedded systems
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
Explain what’s a signal? Explain what do I use signals for?
What is the use of the function in c?
What is a null string in c?
Is return a keyword in c?
What are the __date__ and __time__ preprocessor commands?
What are the data types present in c?
What is line in c preprocessor?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Is c easier than java?
What is local and global variable in c?
Why are all header files not declared in every c program?
p*=(++q)++*--p when p=q=1 while(q<=6)
What is scope rule of function in c?