Write a code to remove duplicates in a string.
No Answer is Posted For this Question
Be the First to Post Answer
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
What is the difference between malloc() and calloc() function in c language?
What does malloc () calloc () realloc () free () do?
can we execute the program with the object file
HOW DO YOU HANDLE EXCEPTIONS IN C?
What are unions in c?
what are the files which are automatically opened when a c file is executed?
What is main function in c?
How to reverse a string using a recursive function, with swapping?
Where static variables are stored in c?
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4