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
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
What does 3 periods mean in texting?
A program to write a number of letters and numbers, such as counting and display
wt is d full form of c
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
Why c++ is called c++ and not c+?
how to write a bubble sort program without using temporary variable?
What is the difference between call by value and call by reference in c?
Define the scope of static variables.
What are the loops in c?
What is the g value paradox?
what is the output of printf("%d",(scanf("%d",10));