December 24, 2023

DSSSB PGT 2018 Male

Question 42 The HCF of two numbers is 12 and their sum is 384. How many such pairs of numbers are possible? A 7 B 4 […]
December 24, 2023

Question 9232 – GATE 2007

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 […]
December 24, 2023

2014 June UGC NET Paper 1

Question 8 In certain coding method, the word QUESTION is encoded as DOMESTIC. In this coding, what is the code word for the word RESPONSE? A […]
December 25, 2023

Pointers

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] […]