#include<stdio.h>

int main()

{

  printf("%d\n",strlen("Welcome\n"));

  return 0;

}

结果:

8

 

 

 

             Press any key to continue