how to sort two array of characters and make a new array of
characters.

Answer Posted / vijay

first merge two arrays and eliminate duplicate elements and
we can sort it

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between fread buffer() and fwrite buffer()?

676


What is difference between Structure and Unions?

644


Why can arithmetic operations not be performed on void pointers?

594


Can you please compare array with pointer?

621


Why can’t constant values be used to define an array’s initial size?

840






Explain the ternary tree?

605


How do you print an address?

752


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

1456


What is signed and unsigned?

649


Is a house a shell structure?

701


What is malloc and calloc?

578


How can you tell whether two strings are the same?

836


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1269


What is use of bit field?

776


Why isn't it being handled properly?

651