Question: 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!