单项选择题

下面程序段的运行结果是
   #include<iostream.h>
   void main( )
    char*s="abcde";
   S+=2;
   cout<<&s;

A.cde
B.字符'c'
C.字符'c'的地址
D.无确定的输出结果