Answer:
u have to upload it to your drive first
Explanation:
Answer:
A matrix can only be added to (or subtracted from) another matrix if the two matrices have the same dimensions.
Explanation:
Subtracting matrices Similarly, to subtract matrices, we subtract the corresponding entries. For example, let's consider C = [ 2 8 0 9 ] C=\left[\begin{array}{rr}{2} &8 \\ 0 & 9 \end{array}\right] C=[2089] and D = [ 5 6 11 3 ] D=\left[\begin{array}{rr}{5} &6 \\ 11 & 3 \end{array}\right] D=[51163].
Answer:
a. x = 5
b. x = 7
Explanation:
a)
OUTPUT: x = 5
In the main() function, fun1() is evaluated first and it updates the value of the global variable to 2 and returns 3.
The second function returns the value of the global variable 'a' and this variable has value 2.
So,
x = 3 + 2
x = 5
b)
OUTPUT: x = 7
In the main() function, fun2() is evaluated first and it returns 4 because global variable 'a' is initialized with value 4.
The second function fun()1 will returns the value 3.
So,
x = 4 + 3
x = 7
Answer:
because your computer has tabs opened
Explanation: