八卦:老尚的Cell paper# Biology - 生物学
s*w
1 楼
1. Given inputs X, Y, Z and operations | and & (meaning bitwise OR and AND,
respectively)
What is output equal to in
output = (X & Y) | (X & Z) | (Y & Z)
2. why const char* can be both a character and a string declaration ?
respectively)
What is output equal to in
output = (X & Y) | (X & Z) | (Y & Z)
2. why const char* can be both a character and a string declaration ?