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
How can I invoke another program from within a C program?
a simple program in c language
Write a program to show the workingof auto variable.
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
how to set Nth bit of variable by using MACRO
a simple c program using 'for' loop to display the output 5 4 3 2 1
What is use of bit field?
write a c program to find the sum of five entered numbers using an array named number
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
Can include files be nested? How many levels deep can include files be nested?
What is atoi and atof in c?