The variable values after each code statement is executed goe the num1 is -2 and num2 is 1.25.
How variables are declared in C deliver an example?
You will use the key-word extern to claim a variable at any place. Though you could claim a variable a couple of instances on your C program, it may be described most effective as soon as in a file, a function, or a block of code.
The = image is referred to as the undertaking operator. It is likewise viable to claim a variable and assign it a fee withinside the equal line, so in place of int i after which i = 9 you could write int i = 9 multi functional go. If you've got got multiple variable of the equal kind you could additionally claim them collectively e.g.
Read morea bout the Code :
https://brainly.com/question/4514135
#SPJ1