Computer Science, asked by AbhishekMane, 8 months ago

#include <stdio.h>

int main() {
int x;
printf("%d", x);
return 0;
}

o/p - 0

why output is getting 0 it should print the garbage value no ?

please elaborate why printing 0​

Answers

Answered by nivedita71284
0

Explanation:

im trying to get points

Similar questions