Interview Question
Qus: What are type safe function pointers?
ype safe function pointer is a code that accesses only the memory locations it is authorized to access, and only in well-defined, allowable ways. Type-safe code cannot perform an operation on an object that is invalid for that object.
Answers (2)