Embedded System Question:
Explain What will this return malloc(sizeof(-10))?

Answer:
It will return a 4 byte address value.
Because -10 is a signed integer(varies from compiler to compiler).
Because -10 is a signed integer(varies from compiler to compiler).
Previous Question | Next Question |
Explain What are the 5 different types of inheritance relationship? | Explain Can structures be passed to the functions by value? |