which is an algorithm for sorting in a growing Lexicographic
order


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

Post New Answer

More C Interview Questions

Are local variables initialized to zero by default in c?

0 Answers  


how to add two numbers without using arithmetic operators?

4 Answers  


How can I get the current date or time of day in a c program?

0 Answers  


main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

1 Answers   GATE,


convert 0.9375 to binary

2 Answers   CTS, TANCET,


how to swap 2 numbers in a single statement?

3 Answers  


What are disadvantages of C language.

0 Answers   iNautix,


What is the easiest sorting method to use?

0 Answers  


write a program to find the frequency of a number

4 Answers   Infosys,


What is the purpose of void in c?

0 Answers  


how to display 2-D array elements in spiral

2 Answers  


what is the difference between strcpy() and memcpy() function?

2 Answers  


Categories