UTOMMELEN
What is the output of the following C program?
#include <stdio.h>
int main (int argv, chart* argc [])
{
int x = 280;
chart* ptr_p = (char*) &x;
printf("%d\n", *ptr_p);
return 0;
}
a) 24
Answers
Answered by
1
Answer:
280
Explanation:
okkkkkkkk(kkkkmkkkkk
Similar questions