Search Header Logo

Together We Grow - 2

Authored by Together Grow

Other

University

Used 3+ times

Together We Grow - 2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the First Element in the array?

arr[0]

arr[1]

arr[2]

arr[3]

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one of them is valid function prototype?

return_type function_name ( parameters ){ }

function_name ( parameters ){ }

return_type function_name [ parameters ]{ }

function_name return_type { parameters }{ }

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All types of functions in c language?

void function; void function with arguments; return type function.

Non void function; void function with arguments; return type function.

void function; void function with arguments; only.

None of the above.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to stop and exit from a loop in C?

Goto

exit

Continue

break

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who receives the return 0; of main() function

#include <stdio.h>

Operating System

Compiler

Toggle Window

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How a C Program Ends?

After returning 0 Successfully

After printing the values

None of the Above

By Break Statement

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to initialize a 2-D Array?

int arr[5,5];

int arr[5][5];

int arr(5)(5);

int arr{5,5};

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?