Together We Grow - 2

Together We Grow - 2

University

15 Qs

quiz-placeholder

Similar activities

QUIZERIA

QUIZERIA

University

20 Qs

Season 5 #Spaic Python Weekly Quiz

Season 5 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Web Dev

Web Dev

University

15 Qs

Temel C Programlama Eğitimi

Temel C Programlama Eğitimi

University

20 Qs

Tech quiz Round 1

Tech quiz Round 1

University

15 Qs

Blind coding

Blind coding

University

15 Qs

Javapie Quiz

Javapie Quiz

University

20 Qs

IEEE Coding Competition

IEEE Coding Competition

University

13 Qs

Together We Grow - 2

Together We Grow - 2

Assessment

Quiz

Other

University

Hard

Created by

Together Grow

Used 3+ times

FREE Resource

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};

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?