Implement a function that performs binary addition. Input to the function is two const strings. The function returns a string that holds the result of addition. char* binaryadd(const char* a, const char* b) { }Eg. "1001"+"101"="1110"char* binaryadd(const char* a, const Read More
posted @ 2011-08-25 13:13 清秋 Views(253) Comments(0) Diggs(0)