Computer Science, asked by TbiaSamishta, 1 year ago

Which of the following is a container for storing data ?(a) Variable (b) Integer (c) Event (d) Event handler

Answers

Answered by vaibhavkr4337
12
Answer is (a) Variable

HOPE MY ANSWER HELPS :)
Answered by Secondman
6

"Option (a) Variable.

Variable is a container for storing the data. In any programming language, a variable is used to store the data or the value that is used in the program for execution. The value that is stored in the variable can be used, or modified in the later part of execution.

For example, int a=10; here 'a' is the variable that stores the value of 10. The data type defined is integer, hence 'a' can store only the integer values.

"

Similar questions