What is the output?
#includestdio.h
#includeiostream
using namespace std;
int main()
{
int a[] = { 0,2,4,6,7,5,3};
int n, result = 0;
for(n = 0; n6; n++)
{
result -= a[n];
}
cout result ;
return 0;
}


Posted on by