Computer Science, asked by mayuresh311, 8 months ago

What is the garbage value in C++

Answers

Answered by umeshksuman
0

Answer:

Allocating a variable implies reserving some memory for that variable. In some programming languages (like C) if a variable is allocated but not assigned, it is said to have a "garbage value" , that is, some information that was being held any random piece of the computer's memory.

Explanation:

please follow me and mark me as brainlist please

Answered by Anonymous
0

Answer:

In some programming languages like C++ if a variable is allocated but not assigned, it is said to have a "garbage value"

#hope it helps you

please mark brainliest

Similar questions