carterjavon2676 carterjavon2676 26-04-2024 Computers and Technology Answered Suppose you declare int count =5; which of the following is true?A) *count is the address of countB) &count is the address of countC) *count is 5D) &count is 5