ITPS Viva QNS CU INFORMATION
ITPS Viva QNS CU INFORMATION
What is a variable?
A variable is a named memory location that can hold a value
of a particular data type.
What is a constant?
A constant is a value that does not change during the
execution of a program.
What is an array?
An array is a collection of elements of the same data type,
stored in contiguous memory locations.
What is a function?
A function is a block of code that performs a specific task
and can be called from anywhere in the program.