1 votes
1
#IITD_2011 which is better merge sort or heap. sort ?
2 votes
2
The number of ways in which 6 rings can be worn on the four fingers of one hand is:a. 360b. 4^6c. 6C4d. 6^4
5 votes
3
Which of the following options is the closest in meaning to the word given below: PrimevalModernHistoricPrimitiveAntique
14 votes
5
2 votes
9
Will not there be 3 SR conflicts in CLR(1) reduction ?In fact their ans also says this :In the state I1 , will it not be SR conflict ?
0 votes
10
Main(){int a [3] ={{{2,4},{7,8},{3,4}},{{2,2},{2,3},{3,4}}};Printf("%u",a);Printf("%u",*a);Printf("%u", a);Printf("%u", *a);Printf("%u",a+1);Printf("%u",*a+1);Printf("%...
3 votes
11
six balls have to be placed in the squares such that each row has atleast one ball . no of ways of doing this is-
1 votes
15
A is an array $[2.....6, 2.....8, 2.......10]$ of elements. The starting location is $500$. The location of an element $A(5, 5, 5)$ using column major order is __________...