Write a code to remove duplicates in a string.


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

Post New Answer

More C Interview Questions

void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

28 Answers   3D PLM, Code Studio, Deltech, IBM,


What do you mean by dynamic memory allocation in c? What functions are used?

0 Answers  


Why we use int main and void main?

0 Answers  


Program to find the absolute value of given integer using Conditional Operators

6 Answers   N Tech,


Explain the red-black trees?

0 Answers  


what are you see during placement time in the student.

0 Answers   Goldman Sachs, TCS, Tech Solutions,


What is typedf?

0 Answers  


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

0 Answers  


write a program to display & create a rational number

1 Answers   HCL, TCS,


Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program

5 Answers   Mascot,


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

0 Answers  


Categories