单项选择题

以下程序的运行结果是 ( )
  #definePI 3.141593
  #include<stdio.h>
  main( )
  
  printf("PI=%fn",PI);

A.3.141593=3.141593
B.PI=3.141593
C.3.141593=PI
D.程序有误,无结果