#Meta-Wlp: #Macro: TITLE wlp: Learn C (I) p. 11 #Eval: $TITLE$ #Macro: PAGE bb1-11

Yes, 007 is my hero.

Would this program also work?
#include<stdio>
int main(){
   int zero ; /* this declares zero to be integer */
   zero = 0 ;
   printf("My hero, %d%d7\n", 0, zero ) ;
}
#Shuffle: none $PAGE$-A $PAGE$-B Return to Learn C Introduction #: Yes. #: No. #: