Day 6 C Programming Quiz

Day 6 C Programming Quiz

Professional Development

10 Qs

quiz-placeholder

Similar activities

CN Basics

CN Basics

Professional Development

10 Qs

PST Using C Part1

PST Using C Part1

Professional Development

10 Qs

Tedx Quizmanina

Tedx Quizmanina

Professional Development

15 Qs

4.6.4 Logic Gates

4.6.4 Logic Gates

10th Grade - Professional Development

15 Qs

Number System

Number System

Professional Development

10 Qs

G Suite for Education Day 3

G Suite for Education Day 3

Professional Development

6 Qs

1er Taller evaluativo Info & Tech Undécimo IIIP

1er Taller evaluativo Info & Tech Undécimo IIIP

Professional Development

10 Qs

Introduction to programming

Introduction to programming

Professional Development

10 Qs

Day 6 C Programming Quiz

Day 6 C Programming Quiz

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Phantom Techlogics

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the Types of Arrays.?

One dimensional

Two dimensional

Three dimensional

All the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int main()

{

int a[] = {1,2,3,4};

int b[4] = {5,6,7,8};

printf("%d,%d", a[0], b[0]);

}

What is the output of the above C Program.?

Compiler error

0,0

2,6

1,5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not possible statically in C?

Multidimensional Array

Cuboidal Array

Jagged Array

Rectangular Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An array elements are always stored in __________ memory locations.

Random

Sequential

Sequential and Random

None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Array can be considered as set of elements stored in consecutive memory locations but having __________.

Same data type

Different data type

Same scope

None of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Array is an example of _______ type memory allocation

Run time

Compile-time

Both A and B

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly accesses the fifth element stored in foo, an array with 100 elements?

foo(5);

foo[5];

foo[4];

foo;

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?