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
In a header file whether functions are declared or defined?
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
How can I invoke another program or command and trap its output?
Can I initialize unions?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
Can a pointer be static?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
can we declare a variable in different scopes with different data types? answer in detail
how to find that no is int or float?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
What is difference between && and & in c?
what are advantages of U D F?