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


Please Help Members By Posting Answers For Below Questions

What is static and volatile in c?

1001


What's the total generic pointer type?

845


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

1046


What are categories used for in c?

820


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

1968


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

865


What is putchar() function?

857


Is null always equal to 0(zero)?

808


What is a scope resolution operator in c?

974


What is #include called?

817


Explain logical errors? Compare with syntax errors.

842


Can you please explain the difference between malloc() and calloc() function?

879


Can i use “int” data type to store the value 32768? Why?

980


what is event driven software and what is procedural driven software?

2296


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

7796