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

Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


What is the purpose of the preprocessor directive error?

0 Answers  


how can I convert a string to a number?

0 Answers  


Why clrscr is used after variable declaration?

0 Answers  


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  






how to find the largest element of array without using relational operater?

6 Answers   Satyam, Wipro,


what is difference between C and C++

4 Answers  


Are comments included during the compilation stage and placed in the EXE file as well?

0 Answers  


main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }

2 Answers   CSC,


Why functions are used in c?

0 Answers  


#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


List the difference between a "copy constructor" and a "assignment operator"?

0 Answers   Accenture,


Categories