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

What does node * mean?

0 Answers  


1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


how to make a scientific calculater ?

0 Answers  


What are keywords c?

0 Answers  


What is the use of a semicolon (;) at the end of every program statement?

1 Answers  






if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

1 Answers   TCS,


Which header file should you include if you are to develop a function which can accept variable number of arguments?

0 Answers   TCS, TISL,


Explain how can I convert a string to a number?

0 Answers  


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

0 Answers  


why 'c' is called middle level language.

2 Answers  


What does %d do in c?

0 Answers  


Explain what is wrong with this program statement?

0 Answers  


Categories