Explain how do you list files in a directory?


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

Post New Answer

More C Interview Questions

#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

0 Answers   Wilco,


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

0 Answers   TCS,


write a program whose output will be- 1 12 123 1234

10 Answers  


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

2 Answers  


How do c compilers work?

0 Answers  






What is wild pointer in c?

0 Answers  


What is pivot in c?

0 Answers  


Here is a neat trick for checking whether two strings are equal

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

7 Answers  


a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6

7 Answers   TCS,


Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.

4 Answers  


write a own function for strstr

1 Answers   LG Soft,


Categories