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
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is the use of a static variable in c?
What's a "sequence point"?
Can a pointer be null?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What are the parts of c program?
What is the correct code to have following output in c using nested for loop?
What is the use of #define preprocessor in c?
Can 'this' pointer by used in the constructor?
what type of questions arrive in interview over c programming?
What are the different types of storage classes in C?
Why Modern OS are interrupt driven?Give an example