SLG IPC144 Week 10

SLG IPC144 Week 10

Professional Development

12 Qs

quiz-placeholder

Similar activities

C CODE MASTER B

C CODE MASTER B

Professional Development

15 Qs

Day 6 C Programming Quiz

Day 6 C Programming Quiz

Professional Development

10 Qs

Mech 3

Mech 3

Professional Development

10 Qs

Unity & C-Sharp Quiz

Unity & C-Sharp Quiz

Professional Development

10 Qs

MindSpace Computers C Test-3 2023

MindSpace Computers C Test-3 2023

Professional Development

15 Qs

UIT - 24.9.2021

UIT - 24.9.2021

University - Professional Development

9 Qs

Flutter_Q2 G4

Flutter_Q2 G4

Professional Development

7 Qs

git and github

git and github

Professional Development

13 Qs

SLG IPC144 Week 10

SLG IPC144 Week 10

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Novell Rasam

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To include a header file that is in the current directory, you write:

#include <filename>

#include "filename"

#include filename

#define "filename"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is NOT a real scope?

Block scope

Global Scope

Function Scope

Local Scope

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable declared outside all function definitions has...

Global Scope

No Scope

Block Scope

Function Scope

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable that we declare within a function header has...

Parameter Scope

360 No Scope

Function Scope

Header Scope

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable that we declare within a function body has...

Function Scope

Local Scope

Global Scope

Block Scope

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable that we declare within a code block has...

No Scope

Global Scope

Block Scope

Local Scope

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Write a function prototype called display

that takes an int array called g, and an int called n,

and returns nothing

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?