21. Vectors - I

Question.6

What is the evaluated 8-bit binary result of c?

wire [5:0] a = 6'b110011;
wire [3:0] b = 4'b1010;
wire [7:0] c = {b, a};
Need Help? Refer to the Quick Guide below

Select Answer