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

what is the associativity of bitwise OR operator?

1 Answers  


How can you determine the size of an allocated portion of memory?

0 Answers   Aspire, Infogain,


Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout

0 Answers   XYZ,


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

0 Answers  


What is hash table in c?

0 Answers  






printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

0 Answers  


What is a substring in c?

0 Answers  


why we are using float in C

4 Answers  


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

0 Answers  


What is the meaning of c in c language?

0 Answers  


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


In header files whether functions are declared or defined?

1 Answers   TCS,


Categories