How will you find a duplicate number in a array without
negating the nos ?
No Answer is Posted For this Question
Be the First to Post Answer
Here is a good puzzle: how do you write a program which produces its own source code as output?
How can I open a file so that other programs can update it at the same time?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
When is a void pointer used?
what is const volatile?
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
What is the value of c?
How main function is called in c?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
what is use of loop?
How will you allocate memory to a double pointer ?
What is the size of empty structure in c?