Write a program for deleting duplicate elements in an array
Answer Posted / vrushali
Any program without goto.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What is the importance of c in your views?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What are data structures in c and how to use them?
What are the 32 keywords in c?
What is structure in c language?
swap 2 numbers without using third variable?
What is the difference between abs() and fabs() functions?
What are the functions to open and close the file in c language?
int i=10; printf("%d %d %d", i, i=20, i);
What does the function toupper() do?
Which built-in library function can be used to match a patter from the string?
Explain how can I pad a string to a known length?
write a program to rearrange the array such way that all even elements should come first and next come odd
Do character constants represent numerical values?