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

How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?

4 Answers   NIIT,


advantages of pointers?

3 Answers  


Are pointers integer?

0 Answers  


CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.

15 Answers  


What are the 5 elements of structure?

0 Answers  






how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


what is disadvantage of pointer in C

13 Answers   Tech Mahindra,


what is the use of bitfields & where do we use them?

2 Answers  


Is c still used in 2019?

1 Answers  


main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }

2 Answers   Vector, Vector India,


What are the back slash character constants or escape sequence charactersavailable in c?

0 Answers  


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


Categories