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

Why do we use namespace feature?

1 Answers  


Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.

3 Answers   HCL,


What are categories used for in c?

1 Answers  


What are the types of arrays in c?

1 Answers  


what is pointer ?

10 Answers   Kernex Micro Systems,


Why clrscr is used after variable declaration?

1 Answers  


Is main is user defined function?

1 Answers  


to convert a string without using decrement operater and string functions

1 Answers  


What is structure in c explain with example?

1 Answers  


simple c program for 12345 convert 54321 with out using string

7 Answers   TCS,


Why is c used in embedded systems?

1 Answers  


Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********

4 Answers  


Categories