Write program to remove duplicate in an array?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Give me basis knowledge of c , c++...

5 Answers  


What is the difference between scanf and fscanf?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

2 Answers   HCL, IBM, Satyam, Vimal, Vimukti Technologies,


Write a program to swap two numbers without using third variable in c?

0 Answers  


What are keywords c?

0 Answers  


What is the relationship between pointers and data structure?

0 Answers  


fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

17 Answers   NDS,


why arithmetic operation can’t be performed on a void pointer?

1 Answers  


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

0 Answers   Aspire, Infogain,


Why do we use pointer to pointer in c?

0 Answers  


How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran

0 Answers  


what is the use of a array in c

6 Answers  


Categories