Computer Science, asked by nishantrathod103, 6 months ago

what is the output of the following code int main () {staic int num =8 ; printf("%d”,num=num -2 ) if ( num!=0 ) main ();​

Answers

Answered by AnindaBasu
4

The output of the following code will be 6,4,2

Similar questions