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.

  

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 Expert Approved Answer
Step: 1 Unlock

1 In programming a variable is a named storage location that holds a value It is a fundam... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!