0
what is a constant?
Posted by The Blogger
on
11:59 PM
in
c
Answer:
A constant is a quantity that doesn't change. This quantity can be stored at a location in the memory of the computer.
syntax: const = ;
tags: interview questions, interview question what is a constant, what is a constant
A constant is a quantity that doesn't change. This quantity can be stored at a location in the memory of the computer.
syntax: const
tags: interview questions, interview question what is a constant, what is a constant
Post a Comment