#include <stdio.h> int main() { int num = 110; void *ptr = # printf("%f\n", *(float*)ptr); return 0; }
0.000000
Previous Question Next Question
Your comments will be displayed only after manual approval.