please explain the for loop for the statement while(p*p<m).
Prime Factorisation
hello @guptarahul3100
r u talking about this for loop ?
this is Range-based for loop in C++. It executes a for loop over a range.
in above code we r iterating through the all the elements of vector (factors).
read more about it from here -> loop
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.