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
What is context in c?
Difference between exit() and _exit() function?
What is a lvalue
What are linker error?
What is #define?
Why is a semicolon (;) put at the end of every program statement?
Why we use break in c?
Explain argument and its types.
What is the purpose of clrscr () printf () and getch ()?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What is the difference between printf and scanf )?
What is the purpose of main() function?
Write a program on swapping (100, 50)
What are the different types of constants?