Question.6
What is the evaluated 8-bit binary result of c?
c
wire [5:0] a = 6'b110011; wire [3:0] b = 4'b1010; wire [7:0] c = {b, a};
Select Answer
10101100
10110011
1010110011
00110011