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. […]
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 […]
Which of the following is/are wrong? a) RAM and ROM are volatile memories b) ROMs,PROMs and EPROMs are non volatile memories c) RAM and Dynamic RAM […]