Help for this page

Select Code to Download


  1. or download this
    int x;
    printf("%d",x);
    
  2. or download this
    char name[42];
    printf("%s",name);
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    undef $str;
    Dump($str);