Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

int a[10][10]; a[1] means (select one option from the given)? a. The first element of row 1 i.e. a[1][0] b. A pointer to a[1][1] c.

image text in transcribedimage text in transcribedimage text in transcribed

int a[10][10]; a[1] means (select one option from the given)? a. The first element of row 1 i.e. a[1][0] b. A pointer to a[1][1] c. A pointer to row 1 d. The whole row 1 What is the value of b ? int i=1,b; int a[]={17,2,8,4,0,6}; b=++a[i++]; a. 3 b. 18 c. 8 d. 9 char a[]={ "one", "two", "three" }; What is * (a+1) ? a. ' n ' b. "one" C. ' 0 ' d. "two

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning ASP.NET 2.0 And Databases

Authors: John Kauffman, Bradley Millington

1st Edition

0471781347, 978-0471781349

More Books

Students also viewed these Databases questions

Question

What factors infl uence our perceptions?

Answered: 1 week ago

Question

3. The group answers the questions.

Answered: 1 week ago

Question

1. How will you, as city manager, handle these requests?

Answered: 1 week ago