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


In the following declaration of main, "int main(int argc,
char *argv[])", to what does argv[0] usually correspond?




1) The first argument passed into the program


2) The program name


3) You can't define main like that

Answers were Sorted based on User's Feedback



In the following declaration of main, "int main(int argc, char *argv[])", to what does a..

Answer / sanish joseph

No guys the ans s 2
it prints d program name:
arguments counts only from 1 nd nt 4m 0

Is This Answer Correct ?    15 Yes 0 No

In the following declaration of main, "int main(int argc, char *argv[])", to what does a..

Answer / ram

The answer is the program name.

Is This Answer Correct ?    12 Yes 0 No

In the following declaration of main, "int main(int argc, char *argv[])", to what does a..

Answer / vadivel

If the value of argc is greater than 0, the array members
argv[0] through argv[argc-1] inclusive shall contain
pointers to strings, which will be the command line
arguments. argv[0] will contain the program name, argv[1]
the first command line arg, argv[1] the second and so on.
Finally, argv[argc] is guaranteed to the a NULL pointer,
which can be useful when looping through the array.

Is This Answer Correct ?    2 Yes 0 No

In the following declaration of main, "int main(int argc, char *argv[])", to what does a..

Answer / sumeet sharma

argv[o] the array of strings will point to the name of the
program.
argv[1] will point to the first argument and so on.

Is This Answer Correct ?    1 Yes 0 No

In the following declaration of main, "int main(int argc, char *argv[])", to what does a..

Answer / zubeir

the answer is 1st choice.

Is This Answer Correct ?    8 Yes 8 No

In the following declaration of main, "int main(int argc, char *argv[])", to what does a..

Answer / mahi

my ans is 2.it prints the program name

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is polymorphism explain?

0 Answers  


Should you protect the global data in threads? Why or why not?

2 Answers   IBM,


What are the four main oops concepts?

1 Answers  


What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass

6 Answers   Wipro,


Difference between vector and array

2 Answers  


any one please tell me the purpose of operator overloading

0 Answers   Amazon,


What are constructors in oop?

0 Answers  


when to use 'mutable' keyword and when to use 'const cast' in c++

0 Answers   TCS,


Can java compiler skips any statement during compilation time?

0 Answers  


i^=j; j^=i; i^=j; value of i,j

1 Answers  


143.what is oops principles?

10 Answers  


Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3

3 Answers   Accenture, Cognizant, IBM,


Categories