What happens when the following code segment is Validated? int x = 20; Int main() { int x ; x = 10 ; return x ; }
Reveal answer
Fill a bubble to check yourself
What happens when the following code segment is Validated? int x = 20; Int main() { int x ; x = 10 ; return x ; }