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
WHAT IS ABSTRACT DATA TYPE
why java is called as a purely oops language.
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
What is bubble sort in c?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
Are local variables initialized to zero by default in c?
What is sizeof in c?
How can I write a function analogous to scanf?
Is c programming hard?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......