Which of the following is correct statement to access 5th element in a array arr[] of size 50?
a. arr[5]
b. arr[4]
c. arr{5}
d. arr{4}
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Answer: b. arr[4]
Checkout : NPTEL Problem Solving Through Programming In C Assignment 6 Answers