C_Programming_30(sat)

C_Programming_30(sat)

University

20 Qs

quiz-placeholder

Similar activities

C++ Functions

C++ Functions

10th Grade - University

20 Qs

Data Structure(FINAL)

Data Structure(FINAL)

University

25 Qs

JAVA FINAL QUIZ FOR ASSESSMENT

JAVA FINAL QUIZ FOR ASSESSMENT

University

15 Qs

coe java 24 june 21 7:30 to 745 pm only

coe java 24 june 21 7:30 to 745 pm only

University

20 Qs

Quiz on C Fundamentals - MECH, EEE, CIVIL

Quiz on C Fundamentals - MECH, EEE, CIVIL

University

20 Qs

Stack & Queue

Stack & Queue

University

16 Qs

Storage Classes and Memory Quiz

Storage Classes and Memory Quiz

University

20 Qs

FGCT4025 Topic 3 - Method

FGCT4025 Topic 3 - Method

University

15 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?