What is garbage value in C language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 ..

18th Jul 2019, 3:36 PM
Bethu poojitha
Bethu poojitha - avatar
2 Answers
+ 34
Garbage value is a waste or unused values which are available in memory during declaration of variables.
18th Jul 2019, 3:39 PM
PRASAN21
PRASAN21 - avatar
+ 6
Values whose address is not specific.
19th Jul 2019, 1:36 PM
Manoj
Manoj - avatar