1 What will be the output of the following C code?
2 int main()
3 {
#int a=320,
5 char *ptr:
6 ptre(char *)&a;
7 printf("%d", *ptr);
8 return 0;
Answers
Answered by
0
Answer:
wher is header file bro
Similar questions