I have the following code :
#include typedef void* myHandle; int main() { int a = 1; myHandle Handle = &a; printf(&quo