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
Can you please explain the difference between syntax vs logical error?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What language is c written?
What is the method to save data in stack data structure type?
What is the right type to use for boolean values in c?
Define the scope of static variables.
What is keyword in c?
What are the advantages of c language?
What are control structures? What are the different types?
Why main function is special give two reasons?
What's the total generic pointer type?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
How are variables declared in c?
What is the function of multilevel pointer in c?