what does this mean
Code:
    ch = getch();
                while(ch !='\r')
	{
	pass[i]=ch;
	printf("*");
	i++;
	ch = getch();
	  }