Implement the full adder functions using the following PLA.
s=abc*+a^(')bc*+a^(')b^(')r+abc;
c=ab+ac
s=ab^(')c^(')+a^(')bc^(')+a^(')bc+a^(')b^(')c^(');
c-ab+acNone of them
s=ab^(')c^(')+a^(')bc^(')+a^(')bc+abc;
c=ab+bc+ac
s-ab^(')c^(')+a^(')bc^(')+a^(')b^(')c^(')+abc;
c=ab+bc+ac