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
Where is volatile variable stored?
What are shell structures used for?
Is c a great language, or what?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
write a program in c to read array check element is present or not?
What is sparse file?
What is nested structure in c?
How to write a program to receive an integer & find its octal equivalent by using for loop?
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
Is register a keyword in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none