Chinese, asked by dainvincible1, 1 year ago

What will be the output of the program?

#include
int X=40;
int main()
{
int X=20;
printf("%d\n", X);
return 0;
}

Answers

Answered by nikitasingh79
5
output will be 20 40
Answered by Anonymous
3

OUTPUT

20 & 40 WILL BE PRINT

Similar questions