rakesh


{ City } nagpur
< Country > india
* Profession *
User No # 38119
Total Questions Posted # 1
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 2360

Users Marked my Answers as Correct # 58
Users Marked my Answers as Wrong # 50
Questions / { rakesh }
Questions Answers Category Views Company eMail

why nlogn is the lower limit of any sort algorithm?

C Code 2360




Answers / { rakesh }

Question { BPO, 53117 }

what are the five things you must carry for your interview?


Answer

your brain and luck

Is This Answer Correct ?    49 Yes 47 No

Question { HCL, 9881 }

main()

{

int i = 100;

clrscr();

printf("%d", sizeof(sizeof(i)));

}

a. 2

b. 100

c. 4

d. none of the above


Answer

ans will depend upon the compiler being used
if it c then it's (a)

Is This Answer Correct ?    9 Yes 3 No