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
Explain do array subscripts always start with zero?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Should I learn c before c++?
What is variable and explain rules to declare variable in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Explain what are preprocessor directives?
Which is the memory area not included in C program? give the reason
What are the advantages of Macro over function?
How to find the usage of memory in a c program
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
Why malloc is faster than calloc?
Explain pointers in c programming?