C_Programming_30(sat)

C_Programming_30(sat)

University

20 Qs

quiz-placeholder

Similar activities

CS 33 S23 Final Trial by Fire

CS 33 S23 Final Trial by Fire

University

18 Qs

Visual Basic

Visual Basic

University

15 Qs

Stack & Queue

Stack & Queue

University

16 Qs

Data Structure(FINAL)

Data Structure(FINAL)

University

25 Qs

Software Testing - Chapter2

Software Testing - Chapter2

University

20 Qs

Java_Quiz_Three

Java_Quiz_Three

University

20 Qs

Java

Java

University

15 Qs

Data Structure

Data Structure

University

20 Qs

C_Programming_30(sat)

C_Programming_30(sat)

Assessment

Quiz

Computers

University

Hard

Created by

Abi V

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which memory segment stores local variables of a function?

Code Segment

Stack

Global Segment

Static Segment

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Global variables are initialized to what value by default?

Undefined

0

Random Value

1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which segment contains the compiled machine instructions?

Stack

Code Segment

Global Segment

Static Segment

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to the stack frame of a function after it returns?

It remains in memory

It is cleared automatically

It is copied to the heap

It is moved to the static segment

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Static variables are stored in which memory segment?

Stack

Code segment

Global/Static segment

Heap

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function's local variables are stored in which segment?

Code segment

Static segment

Stack

Global Segment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the scope of a global variable?

Limited to the function it is declared in

Accessible by all functions in the program

Limited to the file it is declared in

Limited to the code segment

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?