Declaration of variable in for loops

if we make a for loop and declare a variable inside it will the variable be redeclared for every iteration?

@Namanjain123
Yes it will be redeclared each iteration.