November 5, 2023

UGC NET CS 2012 Dec-Paper-2

Question 11 In compiler design ‘reducing the strength’ refers to A reducing the range of values of input variables. B code optimization using cheaper machine instructions. […]
November 6, 2023

Nielit Scientist-B CS 22-07-2017

Question 1 What does the following functions do for a given Linked list with first node as head? void fun1(Struct node* head) { if(head==NULL) return; fun1(head […]