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

What is an lvalue?

0 Answers  


what is the use of c program?

4 Answers   Synergy, Web Synergies,


Write the test cases for checking a variable having value in range -10.0 to +10.0?

0 Answers   Bosch,


write a program of palindrome(madam=madam) using pointer?

5 Answers   L&T,


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,






Tell me about low level programming languages.

0 Answers   Amdocs,


A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }

2 Answers   Wipro,


is compiler do read the data line by line or not. ??

6 Answers   LG Soft, Satyam, Tech Mahindra,


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

0 Answers  


Why is structure padding done in c?

0 Answers  


Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??

4 Answers  


differentiate built-in functions and user – defined functions.

0 Answers  


Categories