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 alloca() and why is its use discouraged?
How can you draw circles in C?
What is volatile, register definition in C
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
How do I convert a string to all upper or lower case?
What is the use of typedef in structure in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Find greatest number out of 10 number without using loop.
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
what is default constructor?
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above