GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  Intel  >  Programming

 Print  |  
Question:  

what is the argc value?

C: sample.exe val1 val2 val3



Answer: 4


April 04, 2007 15:23:53 #1
 Forma   Member Since: Visitor    Total Comments: N/A 

RE: what is the argc value?C: sample.exe val...
 
argc is an argument count value, so for this example, argc equals to 3.
     

 

Back To Question