Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can I read a directory in a C program?

Answer Posted / hussain reddy

#include<stdio.h>
void main()
{
printf("%s",_agrv[0]);
}

Is This Answer Correct ?    2 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we write return 0 in c?

1125


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4741


What is the difference between call by value and call by reference in c?

1212


How can I copy just a portion of a string?

1362


What is difference between scanf and gets?

1366


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2860


Can you explain what keyboard debouncing is, and where and why we us it? please give some examples

2243


Can we assign string to char pointer?

1170


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

1584


When a c file is executed there are many files that are automatically opened what are they files?

1150


What is a memory leak? How to avoid it?

1420


What is int main () in c?

1126


What is "Duff's Device"?

1216


What are the characteristics of arrays in c?

1103


If I have a char * variable pointing to the name of a function ..

1227