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

Does c have enums?

0 Answers  


How do you print only part of a string?

0 Answers  


Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.

2 Answers  


write the program for prime numbers?

73 Answers   Accenture, Aptech, Infosys, TCS,


given post order,in order construct the corresponding binary tree

0 Answers   S-Cube, Wipro,






write the program for maximum of the following numbers? 122,198,290,71,143,325,98

5 Answers  


In scanf h is used for

4 Answers   BFL,


what are enumerations in C

0 Answers   TCS,


how to find greatet of 10 numbers without using array?

4 Answers  


how to print value of e(exp1)up to required no of digits after decimal?

1 Answers  


Why do we need arrays in c?

0 Answers  


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

0 Answers  


Categories