Answers

Question and Answer:

  Home  Embedded System

⟩ Explain What will this return malloc(sizeof(-10))?

It will return a 4 byte address value.

Because -10 is a signed integer(varies from compiler to compiler).

 152 views

More Questions for you: