You are not logged in.

#1 2015-09-16 05:24:48

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

Correctly Accesses:

C Programming Quizzes C Language Arrays And Strings

Question:
Which of the following correctly accesses the seventh element stored in arr, an array with 100 elements?

Option A):
arr{6}
Option B):
arr{7}
Option C):
arr[7]
Option D):
arr[6]

Correct Answer is Option D):
arr[6]


Failure is the first step towards seccess.

2015-09-16 05:24:48

Advertisement
Ads By Google

Re: Correctly Accesses:



Board footer