[cfe-dev] Undefine behaviour. Can one explain me this code.

umang777bhatt umang777bhatt at gmail.com
Sat May 23 14:29:56 PDT 2015


int main()
{
int a=012;
int b=05;
if(a<++a||b<++b)
printf("DJ");
else
printf("%d Welcome %d",a,b);
}



--
View this message in context: http://clang-developers.42468.n3.nabble.com/Undefine-behaviour-Can-one-explain-me-this-code-tp4045706.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list