Unit 4 : Macro

Unit 4 : Macro

University

5 Qs

quiz-placeholder

Similar activities

Functions in Computer Science

Functions in Computer Science

University

10 Qs

Functions C

Functions C

University

10 Qs

M1L3 Review 6th Grade

M1L3 Review 6th Grade

6th Grade - University

10 Qs

KUIZ TOPIK 3 REKABENTUK FORM DAN REPORT

KUIZ TOPIK 3 REKABENTUK FORM DAN REPORT

University

10 Qs

X-Quiz #6

X-Quiz #6

University

10 Qs

Computer Basic Fundamentals

Computer Basic Fundamentals

University

10 Qs

C MCQ's for Interview

C MCQ's for Interview

University

10 Qs

Unit 4 : Macro

Unit 4 : Macro

Assessment

Quiz

Computers

University

Medium

Created by

Abhishek Pandey

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A unit of specification of program generation through expansion is called ____________.

Preprocessor

Expansion

Macro

All
65

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The use of macro name with set of actual parameters is replaced by some code generated by its body is called

Macro expansion

macro body

macro

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A macro definition is enclosed between a ____statement and a ____statement

header and end

header

Macro header and Macro end

all

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data structure, which maintains the names and addresses (pointers) where the macro definition is available is called____________.

Macro Name Table

Argument List (AL)

Macro Definition Table (MDT)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Expansion of nested macro calls follows rule.

LIFO

FIFO

LILO

all