hi all,
can anyone explain me please why this line of code doesn't generate
any compiler error ( both on vs2005 and kdevelop ).
printf("%s") , "aaa";
this look totaly wrong ( or am i mistaken ).
Thanks in advance.
can anyone explain me please why this line of code doesn't generate
any compiler error ( both on vs2005 and kdevelop ).
printf("%s") , "aaa";
this look totaly wrong ( or am i mistaken ).
Thanks in advance.
Comment