The use of what form of input will permitthe value to be used throughout the program instead of being forgotten after the first scan?

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter10: Pointers
Section10.1: Addresses And Pointers
Problem 4E
icon
Related questions
Question

The use of what form of input will permitthe value to be used throughout the program instead of being forgotten after the first scan?

Expert Solution
Step 1

In computer programming, a variable is a container that stores a value that can be changed during the program's execution. When a variable is declared inside a function, its scope is limited to that function, and the value stored in the variable is lost after the function returns.

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
File Input and Output Operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr