このコードが5ではなく1を出力する理由
コード:
main(int x=5) //this defn. is written intentionally to chec weather main accepts
expression or not.
{
printf("%d",x);
}
使用したコンパイラ:minGW3.2
編集
私のポイントは、天気x=5
が実行されるかどうかです。そうでない場合は、なぜエラーや警告が表示されないのですか。