Ternary Operator and Boolean October 13, 2014 algorithms, c / c++, code, optimization, programming languages No Comments I have asked a question on stackoverflow: inline int test(int n, int tag, int flag) { if (0 == flag) return ((n & tag) == tag); return ((n & … [Continue Reading...]