问答题
There are two int variables: a and b, don’t use “if”, “? :”, “switch”or other judgement statements, find out the biggest one of the two numbers.
( ( a + b ) + abs( a - b ) ) / 2
问答题 类成员函数的重载、覆盖和隐藏区别是什么?
问答题 请说出const与#define 相比,有何优点?
问答题 分别写出BOOL,int,float,指针类型的变量a 与“零”的比较语句。