C

#include  int main() 
{ 
int i=30;
printf("%d\n",printf("%d",printf("%d",i))); 
return 0;
} 

0 comments:

Post a Comment