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 do we use return in c?
Explain what is meant by high-order and low-order bytes?
What are the parts of c program?
Write a program to print numbers from 1 to 100 without using loop in c?
What is spaghetti programming?
Is it fine to write void main () or main () in c?
What are pointers? Why are they used?
What is the difference between arrays and pointers?
How does struct work in c?
What are the advantages of using new operator as compared to the function malloc ()?
When a c file is executed there are many files that are automatically opened what are they files?
Are negative numbers true in c?
Why cant I open a file by its explicit path?
How does placing some code lines between the comment symbol help in debugging the code?
What is pointer to pointer in c with example?