dbuchlerdb65761 dbuchlerdb65761 25-03-2024 Computers and Technology contestada Which of the following statements displays the address of the variable numb? 1) cout << numb; 2) cout << *numb; 3) cout << &numb; 4) none of these 5) cin >> numb;