r=2^3
. answerr=n^p
. answerC
program by using:goto
statement, answerwhile
statement, answerfor
statement if possible. answermain
program that uses the preceding program and displays the values of 2^8
, 2^16
, 2^32
and 2^64
. answer2^0+2^1+2^2+...+2^8
?