#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:
Similar questions
Biology,
6 months ago
English,
6 months ago
English,
6 months ago
Social Sciences,
1 year ago
Math,
1 year ago
Biology,
1 year ago
Social Sciences,
1 year ago