write a program to input 10 strings and compare without
using strcmp() function. If the character of one string
matches with the characters of another string , sort them
and make it a single string ???
example:- str1="Aakash" st2="Himanshu" str="Uday"
output:- Aakashimanshuday (please post the answer as quickly
as possible)


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

Post New Answer

More C Interview Questions

who invented c

13 Answers   IBM,


Compare array data type to pointer data type

0 Answers  


What is that continue statement??

4 Answers  


What are the uses of null pointers?

0 Answers  


Are pointers really faster than arrays?

0 Answers  


How can I find the modification date and time of a file?

0 Answers  


What does void main () mean?

0 Answers  


why integer range between -327680to+32767

2 Answers  


what is d pitfalls of registers variables

3 Answers   TCS,


write a program of palindrome(madam=madam) using pointer?

5 Answers   L&T,


What is clrscr in c?

0 Answers  


Explain why C language is procedural?

0 Answers   GE,


Categories