Explain how do you sort filenames in a directory?


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

Post New Answer

More C Interview Questions

helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe

2 Answers  


which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )

1 Answers   C DAC,


What is the difference between null pointer and wild pointer?

0 Answers  


can we initialize all the members of union?

2 Answers  


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

0 Answers  






List some basic data types in c?

0 Answers  


write a method for an array in which it can display the largest n next largest value.

1 Answers   Value Labs,


write the program to find multiplication of 2-D matrix??????????

1 Answers  


how to do in place reversal of a linked list(singly or doubly)?

3 Answers  


write a program to find the given number is prime or not

2 Answers   Accenture, Vasutech,


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

0 Answers  


how write a addtion of two single dimensional array using of pointer in c language?

3 Answers   DRDO,


Categories