#include <stdio.h> int main() { double *p = (double *)150; p = p + 5; printf("%u", p); }
190
Previous Question Next Question
Your comments will be displayed only after manual approval.