State the output from the following C++ program. (2 marks)
#include<iostream.h>
int a=10;
int main()
{
int m=20;
int b=a;
int a=5;
cout<< “B =”<
cout<< “A=”<
}
cout<< “m=”<
return 0;
}
 Viewed: 453 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!