Module4LECMT7

Module4LECMT7

University

40 Qs

quiz-placeholder

Similar activities

Bình bản điện tử

Bình bản điện tử

University

45 Qs

Technothon

Technothon

University

35 Qs

Cau hoi chuong 4+5

Cau hoi chuong 4+5

University

40 Qs

Big Data Quiz

Big Data Quiz

University

45 Qs

A&P 1 Lab

A&P 1 Lab

University

41 Qs

NAS Part 2 - Class B, C, and D

NAS Part 2 - Class B, C, and D

7th Grade - Professional Development

39 Qs

ИКТ сессия Дина

ИКТ сессия Дина

University

39 Qs

OSH Risk Assessment Review

OSH Risk Assessment Review

University

40 Qs

Module4LECMT7

Module4LECMT7

Assessment

Quiz

Science

University

Medium

Created by

Armilyn Martinez

Used 3+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a pointer in C?

A function that points to memory.

A variable that stores an address of another variable.

A constant memory location.

A variable that can only store integers.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to retrieve the address of a variable?

*

&

->

.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the * operator do when used with a pointer?

Declares a pointer variable.

Initializes a pointer.

Dereferences the pointer to access the value stored at the address.

Retrieves the size of a pointer.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid pointer declaration?

int *ptr;

int ptr*;

int &ptr;

*int ptr;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What value does a NULL pointer contain?

-1

1

0

An undefined value

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of a void pointer on a 32-bit system?

2 bytes

4 bytes

8 bytes

It depends on the data type it points to.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if a pointer is not initialized?

It points to the value 0.

It causes a segmentation fault.

It holds a garbage address.

The program will not compile.

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?