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 are the interview question's in the language c
How can I insert or delete a line (or record) in the middle of a file?
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
Is c language still used?
how can i sort numbers from ascending order and descending order using turbo c..
What does c mean in standard form?
How to write a program for swapping two strings without using 3rd variable and without using string functions.
what is the use of fflush() function?
What is register variable in c language?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
what does ‘Bus Error’ mean?
what does keyword ‘extern’ mean in a function declaration?