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 are the two forms of #include directive?

636


Explain what header files do I need in order to define the standard library functions I use?

642


What is the use of f in c?

551


What are static variables in c?

616


What will the preprocessor do for a program?

578






Who invented b language?

905


What is pass by reference in c?

603


Do pointers store the address of value or the actual value of a variable?

602


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

2974


Array is an lvalue or not?

627


What are global variables and explain how do you declare them?

565


FILE PROGRAMMING

1772


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

626


Explain how do you convert strings to numbers in c?

587


What is .obj file in c?

641