C Specifier

C Specifier

University

5 Qs

quiz-placeholder

Similar activities

Mitigasi Bencana Tanah Longsor

Mitigasi Bencana Tanah Longsor

University

10 Qs

F1 drivers quiz

F1 drivers quiz

KG - Professional Development

10 Qs

3.3 Propiedades periódicas

3.3 Propiedades periódicas

University

10 Qs

Stack Data Structure

Stack Data Structure

University

10 Qs

Tebak Nama Makanan

Tebak Nama Makanan

University

10 Qs

Tes Awal Modul 2 Mikroprosesor, Jum'at-Shift 4

Tes Awal Modul 2 Mikroprosesor, Jum'at-Shift 4

University

10 Qs

Introduction to psychology

Introduction to psychology

University

10 Qs

Kuis akuntansi pemerintah

Kuis akuntansi pemerintah

University

10 Qs

C Specifier

C Specifier

Assessment

Quiz

Other

University

Medium

Created by

Azrinna Muhamad

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which specifier is used to print a double precision floating-point number?

%f

%d

%c

%lf

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which specifier is used to print a string in C?

%d

%f

%s

%c

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which format specifier is used for a floating-point number in C?

%d

%f

%s

%c

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the format specifier %d represent in C?

Character

String

Float

Integer

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is a single character input taken using scanf?

%d

%c

%f

%s