Multiple choice

Which of the following is/are known as channels of communication within a program?

  1. Keywords

  2. Constants

  3. Variables

  4. All of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Variables are channels of communications within a program. These are used to perform any kind of manipulation in a program.