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

Write a small C program to determine whether a machine's type is little-endian or big-endian.

5 Answers   nvidia,


what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question

6 Answers  


macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration

12 Answers   HCL, Infosys, Microsoft,


How can I dynamically allocate arrays?

0 Answers  


What is indirection in c?

0 Answers  






Is there a way to switch on strings?

0 Answers  


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,


What is the difference between null pointer and wild pointer?

0 Answers  


What is c++ used for today?

0 Answers  


Explain how do you sort filenames in a directory?

0 Answers  


what is data structure

5 Answers   Maveric, TCS,


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

0 Answers  


Categories