How many 3-to-8 line decoders with an enable input are needed to construct a 6-to-64 line decoder without using any other logic gates? Correct Answer: C […]
Question 3 Consider the following ANSI C program #include<stdio.h> int main() { int arr[4][5]; int i, j; for (i=0; i<4; i++){ for (j=0; j<5; j++){ arr[i][j] […]