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
5
output will be 20 40
Answered by
3
OUTPUT
20 & 40 WILL BE PRINT
Similar questions
Math,
8 months ago
Computer Science,
8 months ago
Math,
1 year ago
Geography,
1 year ago
Math,
1 year ago
Business Studies,
1 year ago