1
Answer

Output of this c program

int a;
printf("%d", scanf("%d",&a));
what would be the output of this code snippet??

Answers (1)