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
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
How can a process change an environment variable in its caller?
What is action and transformation in spark?
What is methods in c?
What does 3 periods mean in texting?
Explain how can type-insensitive macros be created?
What does typeof return in c?
FILE PROGRAMMING
Explain the use of keyword 'register' with respect to variables.
What is sizeof int?
What does char * * argv mean in c?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is the difference between c &c++?