output of following program #include
using namespace std;
int x = 19;
int main ()
{
int x = 21;
{
int x = 41;
cout<<::x<
}
return 0;
}
Answers
Answered by
0
Answer:
What is output of the following program? #include using namespace std; int x = 19; int main () int x = 21; int x 41; return 0 a. 414141 b.
include using namespace std; int x= 19 - Brainly.inhttps://brainly.in › Computer Science › Secondary School
01-Nov-2019 · 2 answers
Answer: There are some
Explanation:
Similar questions