November 28, 2023Question 13872 – UGC NET JRF November 2020 Paper-2Consider the following regular expressions: a) r=a(b+a)* b) s=a(a+b)* c) t=aa*b Choose the correct answer from the options given below based on the relation between the […]
November 28, 2023KVS 22-12-2018 Part-AQuestion 8 Choose the right description that best captures the meaning of the word, MARGINALIA: A members of a group who do not actually fight but […]
November 28, 2023Question 1919 – Data-StructuresConsider an AVL tree constructed by inserting the elements 18, 10, 5, 3, 27, 7, 35, 43, 32 one by one. Which of the following options […]
November 28, 2023Question 11189 – ProgrammingConsider the following C program: #include <stdio.h> typedef struct { char *a; char *b; } t; void f1(t s); void f2(t *p); main() { static t […]