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



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

Answer / 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

More C Interview Questions

What is the explanation for the dangling pointer in c?

0 Answers  


main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*

1 Answers  


how we can say java is platform independent, while we require JVM for that particular Operating System?

3 Answers   Honeywell, TCS,


How does free() know how many bytes to free?

8 Answers  


how memory store byte

4 Answers   Huawei,






What is typedef?

1 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


what is the structure pointer?

0 Answers   Accenture, HCL,


how to return 1000 variables from functio9n in c?plz give me code also

6 Answers  


Why c is called a mid level programming language?

0 Answers  


write a program that explain #define and # undef directive

1 Answers  


Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me

2 Answers  


Categories