How can I read a directory in a C program?
Answer Posted / sathish
In Linux/Unix , we have the header file dirent.h.This .h
file contains the direcory manipulation functions Some of
the functions are opendir,closedir,readdir.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Place the #include statement must be written in the program?
What is the difference between a string and an array?
When should the register modifier be used? Does it really help?
Which is best book for data structures in c?
C program to find all possible outcomes of a dice?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is function definition in c?
What is a lvalue
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is the value of uninitialized variable in c?
What are the 4 types of programming language?
Does free set pointer to null?
write a c program for swapping two strings using pointer
How can I list all of the predefined identifiers?
Which function in C can be used to append a string to another string?