











Cognizant Coding Question- 4
Access Denied!
To view this page you have to login first
Login here -
Trivia
Did you know 1 million people use PrepInsta everyday?
To view this page you have to login first
Login here -
Did you know 1 million people use PrepInsta everyday?
while (temp != NULL)
{
temp = temp->next;
count++;
}
—> results in infinite loop right?