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 do you access command-line arguments?

Answer Posted / thunder

Using argument vector and argument count with main.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

1190


What is the size of enum in c?

1106


When should a far pointer be used?

1116


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1992


Why functions are used in c?

1123


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

1225


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

1106


swap 2 numbers without using third variable?

1118


Is javascript based on c?

1057


Explain void pointer?

1031


What is #include conio h?

993


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2297


Explain how do you determine the length of a string value that was stored in a variable?

1148


Why we not create function inside function.

2188


What is dynamic memory allocation?

1329