Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Is the behaviour of a program that has undefined behaviour on an unreachable path defined? – stackoverflow.com

Tags: behaviour

Consider int swap(int* a, int* b){ if (a != b) { *a = *a ^ *b; *b = *a ^ *b; *a = *a ^ *b; } } int main() { int a = ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot



This post first appeared on ONLINE WEB TRICKS, please read the originial post: here

Share the post

Is the behaviour of a program that has undefined behaviour on an unreachable path defined? – stackoverflow.com

×

Subscribe to Online Web Tricks

Get updates delivered right to your inbox!

Thank you for your subscription

×