Given an array of length N containing integers between 1
and N, determine if it contains any duplicates.
Answer Posted / ramkumar
What if the array is
1) 1,2,3,4,5
2) 1,2,2,5,5
both sums to 15!!
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is #include called?
Why is it that not all header files are declared in every C program?
What is methods in c?
What are file streams?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
what are the 10 different models of writing an addition program in C language?
Can true be a variable name in c?
what is uses of .net
What is 1d array in c?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What is the difference between NULL and NUL?
What do you mean by c what are the main characteristics of c language?
What is difference between structure and union in c?
Why isnt there a numbered, multi-level break statement to break out
What is masking?