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  >  Interview Questions  >  Programming  >  C

 Print  |  
Question:  Garbage Value

Answer: In C if a variable is not assigned a value then why does it take garbage value?


January 01, 2009 17:44:45 #1
 nemuns   Member Since: January 2009    Total Comments: 3 

RE: Garbage Value
 

When the variable is assigned an address it takes the data at that particular address, which we see as a junk or garbage value.

     

 

Back To Question