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...

Explain command-line arguments in C.

Answer Posted / nashiinformaticssolutions

Command-line arguments are passed to the main() function as argc (argument count) and argv (argument vector).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is indirection?

1150


what is the significance of static storage class specifier?

2340


Explain what are preprocessor directives?

1125


What is the correct declaration of main?

1262


Describe dynamic data structure in c programming language?

1136


Explain the difference between null pointer and void pointer.

1131


int i=10; printf("%d %d %d", i, i=20, i);

1694


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

3309


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

1194


What are the different types of control structures?

1082


difference between native and cross compilers

2171


Is main is user defined function?

1209


Explain what are global variables and explain how do you declare them?

1232


What is dynamic variable in c?

1097


Write a program to print ASCII code for a given digit.

1127