Output of #include
void main( )
{
int a , b=0 ;
int C[10] ={ 1,2,3,4,5,6,7,8,9,10 } ;
for(a=0; a<10 ; ++a)
{
b+ = C[a] ;
}
cout<< b ;
Answers
Answered by
0
hello friend :
your answer is 55
humayunkobirice:
please mark it as brainliest
Similar questions