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 are the 4 types of functions?

0 Answers  


What is function in c with example?

0 Answers  


WHAT IS C?

6 Answers  


Which is better pointer or array?

0 Answers  


What is the use of #include in c?

0 Answers  


What is the scope of an external variable in c?

0 Answers  


question-how to run a c programme.

6 Answers  


a number is perfect if it is equal to the sum of its proper divisor.. 6 is perfect number coz its proper divisors are 1,2 and three.. and 1+2+3=6... a number is deficient if the sum of its proper divisor is less than the number.. sample: 8 is deficient, coz its proper divisors are 1,2 and 4, and 1+2+4=7. abundant number, if the sum of its proper divisor is greater than the number.. sample..12 is abundant coz 1+2+3+4+6=16 which is geater than 12. now write a program that prompts the user for a number, then determines whether the number is perfect,deficient and abundant..

1 Answers  


what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


List out few of the applications that make use of Multilinked Structures?

1 Answers   Accenture,


What do the functions atoi(), itoa() and gcvt() do?

0 Answers   Aspire, Infogain,


which operator having highest precedence? a.)+ b.)++ c.)= d.)%

4 Answers  


Categories