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 static and volatile in c?
What's the total generic pointer type?
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
What are categories used for in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is putchar() function?
Is null always equal to 0(zero)?
What is a scope resolution operator in c?
What is #include called?
Explain logical errors? Compare with syntax errors.
Can you please explain the difference between malloc() and calloc() function?
Can i use “int” data type to store the value 32768? Why?
what is event driven software and what is procedural driven software?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.