Friday, 9 November 2012

Explain What will this return malloc(sizeof(-10))? | Embedded Interview Questions

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

No comments: