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
Does c have enums?
How do you print only part of a string?
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
given post order,in order construct the corresponding binary tree
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
In scanf h is used for
what are enumerations in C
how to find greatet of 10 numbers without using array?
how to print value of e(exp1)up to required no of digits after decimal?
Why do we need arrays in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0