#include<stdio.h>
int main()
{
int a=1;
printf ("%d %p", a, a);
return 0;
}
What is the output of code in 32 bit compiler?
Answers
Answered by
0
Answer:
1 0x1 is the outuput in 32 bit compiler...
Explanation:
Attachments:
![](https://hi-static.z-dn.net/files/dc8/419cb4c40e6f1888d930f629d5bf8814.png)
Similar questions
English,
7 months ago
Science,
7 months ago
Physics,
7 months ago
Social Sciences,
1 year ago
Math,
1 year ago
Biology,
1 year ago
Social Sciences,
1 year ago