Programming-in-C
Programming-in-C copied to clipboard
Programming-in-C/chapter04/ex5.c
Your two_to_the_n*=2 in line 17 is incorrect in your printf statement in line 34. Can't be nn. It should be n2. Thank you. Please check.