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
4
The output of the following code will be 6,4,2
Similar questions