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 indirection?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
Which is the memory area not included in C program? give the reason
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What are the types of operators in c?
What is meant by int main ()?
Why c language?
What is main return c?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
Whether there can be main inside another main?If so how does it work?