WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT
TECHNIQUE..
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between text and binary i/o?
When can a far pointer be used?
Describe explain how arrays can be passed to a user defined function
how can i sort numbers from ascending order and descending order using turbo c..
What do you mean by scope of a variable in c?
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
What is the use of structure padding in c?
What is the difference between far and near ?
What are the Advantages of using macro
What is static and volatile in c?
Can we compile a program without main() function?
Explain enumerated types.