Computer Science, asked by vyshnavireddy94, 1 year ago

#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 dipayanghosh185
0

Answer:

1 0x1 is the outuput in 32 bit compiler...

Explanation:

Attachments:
Similar questions