why nlogn is the lower limit of any sort algorithm?
Question { BPO, 64331 }
what are the five things you must carry for your interview?
Answer
Question { HCL, 11744 }
main() { int i = 100; clrscr(); printf("%d", sizeof(sizeof(i))); } a. 2 b. 100 c. 4 d. none of the above