Find duplicates in a file containing 6 digit number (like uid) in O (n) time.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


Explain goto?

0 Answers  


Program to find the value of e raised to power x using while loop

5 Answers   IBM, N Tech,


What does void main return?

0 Answers  


can we change the default calling convention in c if yes than how.........?

0 Answers   Aptech,


How can I do graphics in c?

0 Answers  


Can a variable be both static and volatile in c?

0 Answers  


print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar

4 Answers   IBM,


What is modeling?

0 Answers  


Why is c called c?

0 Answers  


How do you redirect a standard stream?

0 Answers  


write a program to concatenation the string using switch case?

0 Answers  


Categories