What is merge sort in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?

4 Answers   Ramco,


Function calling procedures? and their differences? Why should one go for Call by Reference?

0 Answers   ADP,


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

1 Answers   CMS,


how to find your architecture is LittleEndian or BigEndian?

1 Answers  


Explain what are the standard predefined macros?

0 Answers  






List some basic data types in c?

0 Answers  


Can a variable be both constant and volatile?

0 Answers  


Why shouldn’t I start variable names with underscores?

0 Answers  


What is putchar() function?

0 Answers  


What does return 1 means in c?

0 Answers  


Explain what is wrong with this program statement?

0 Answers  


Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********

4 Answers  


Categories