Tag

nitttr

Sample Questions Nitttr C

Tatyana Beer

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