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
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Is c procedural or functional?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What are multidimensional arrays?
What is modifier & how many types of modifiers available in c?
Write programs for String Reversal & Palindrome check
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Tell me when is a void pointer used?
What is console in c language?
what does static variable mean?
What is queue in c?
Is boolean a datatype in c?
What is hashing in c language?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
How to write a code for reverse of string without using string functions?