February 8, 2024GATE 1995Question 75 A sequence of two instructions that multiplies the contents of the DE register pair by 2 and stores the result in the HL register […]
February 8, 2024DSSSB TGT 2017Question 4 Mirza Ghalib was a famous poet of the 19th century who lived in Delhi. Where is Ghalib’s house (Haveli) in Delhi? A Gali Samosan […]
February 8, 2024Computer-NetworksQuestion 21 Consider the string abbccddeee. Each letter in the string must be assigned a binary code satisfying the following properties: For any two letters, the […]
February 8, 2024NTA UGC NET Dec 2023 Paper-2Question 21 What is the output of the following program? #include # define SQR(x) (x*x) int main () { int a, b=3; a = SQR(b+2); printf(“%d”,a); […]