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 |
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
What are the salient features of c languages?
What is the difference between #include <header file> and #include “header file”?
what do you mean by enumeration constant?
In C, What is the #line used for?
What are the 4 types of programming language?
Explain Linker and Loader
Explain how can I avoid the abort, retry, fail messages?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What are the functions to open and close the file in c language?
What is main () in c?