Sample Questions Nitttr C r[i] > max) max = arr[i]; } printf("Largest element is %d\n", max); return 0; } ``` This type of question checks basic loop control and array handling. Sample Question 2: Swap Two Numbers Using Pointers Create a function to swap two numbers using T Tatyana Beer Jun 16, 2026