Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Correct definiton of 2D array? a) int a[][]={1,2..6} b) int a[2][]={...} c) int a[][3]={...} 2. C program starts execution and ends? a) main function

1. Correct definiton of 2D array? a) int a[][]={1,2..6} b) int a[2][]={...} c) int a[][3]={...}

2. C program starts execution and ends? a) main function and main function b) main function and last function

3. In If(expression), expression can a) be only relationa; b) logical c) logical, arithmetical, relational d) only arithmetic

4. Th return type of function is void a) return integer b) return value of function 0 c) if no return statement, it returns before } d) can be returned only by return statement

5. x and y double, a and b int 6ab/7xy? a) 6/x*a*b/7/y b) 6/7*a*b/x/y c) 6*a*b/7/x/y d) 6*a*b/7*x*y

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

More Books

Students also viewed these Databases questions

Question

Distinguish abandoned property from lost property.

Answered: 1 week ago