Computer Science, asked by Vivm, 1 year ago


​​void main( )
​​{
​​​int a[6] ={ 6,5,4,3,2,1} ;
​​​int i ;
​​​for ( i=5 ; i >= 0 ; i-- )
​​​{
​​​​cout<< a [i] ;
​​​} output of the following


Anonymous: there is no print statement only! so no output will be there?
Vivm: Sure?
Anonymous: what is cout<
siddhartharao77: the output will be 123456..

Answers

Answered by humayunkobirice
0

hello friend , your answer is here:

ans: 1,2,3,4,5,6


humayunkobirice: please mark it as brainliest
Similar questions