Which of the following is a container for storing data ?(a) Variable (b) Integer (c) Event (d) Event handler
Answers
Answered by
12
Answer is (a) Variable
HOPE MY ANSWER HELPS :)
HOPE MY ANSWER HELPS :)
Answered by
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
English,
6 months ago
Sociology,
6 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Chemistry,
1 year ago
Physics,
1 year ago