Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Heff on Sep 3, 2017



Title: Which statement displays the address of the variable num1?
Post by: Heff on Sep 3, 2017
Which statement displays the address of the variable num1?
A) cout << *num1;
B) cin >> &num1;
C) cout << &num1;
D) cout << num1;
E) None of these


Title: Re: Which statement displays the address of the variable num1?
Post by: bestavinash on Sep 3, 2017
Content hidden