Question: 1. What do you understand by variable in programming? [mark 1] 2. Explain what do you understand by the following line of code: [mark
![1. What do you understand by variable in programming? [mark 1] 2.](https://dsd5zvtm8ll6.cloudfront.net/questions/2024/03/65f690c77e7ce_1710661250862.jpg)
1. What do you understand by variable in programming? [mark 1] 2. Explain what do you understand by the following line of code: [mark 1] int a, b, c; 3. What is the value of "sum" after the following lines of code: [mark 2] int a; a= 10; int sum; sum = a *2+4 - 8/2;
Step by Step Solution
3.37 Rating (153 Votes )
There are 3 Steps involved in it
1 In programming a variable is a named storage location that holds a value It is a fundam... View full answer
Get step-by-step solutions from verified subject matter experts
