+ 13
What is garbage value in C language?
The variables which is declered in C (a,b), it doesn't intilisation with any value...that time the variables has allocate with some values...that values is know as garbage values ..
2 Respuestas
+ 34
Garbage value is a waste or unused values which are available in memory during declaration of variables.
+ 6
Values whose address is not specific.