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

Submitted by: Administrator
It will return a 4 byte address value.
Because -10 is a signed integer(varies from compiler to compiler).
Submitted by: Administrator

Read Online Embedded Systems Job Interview Questions And Answers