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 |
What is the use of sizeof?
Is there any demerits of using pointer?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Do you know what is the purpose of 'extern' keyword in a function declaration?
Explain what is wrong with this program statement?
Difference between C and Embedded C?
What is indirect recursion? give an example?
Sir i need notes for structure,functions,pointers in c language can you help me please
write a progrmm in c language take user interface generate table using for loop?
What is difference between array and pointer in c?
write a program to display the frequency of each element in a given array in c language
How can I set an array's size at run time?