C Fundamentals

C Fundamentals

University

8 Qs

quiz-placeholder

Similar activities

P1.3 - Solution planning

P1.3 - Solution planning

10th Grade - University

11 Qs

Variabel dan Tipe Data C++

Variabel dan Tipe Data C++

University - Professional Development

10 Qs

Applied Math

Applied Math

University

7 Qs

ECE-C Quiz _3

ECE-C Quiz _3

University

10 Qs

Pengantar Coding 2

Pengantar Coding 2

University

10 Qs

Pemrograman Kls A

Pemrograman Kls A

University

10 Qs

PK (A) - PRE TEST 1

PK (A) - PRE TEST 1

University

10 Qs

Python Quiz

Python Quiz

9th Grade - Professional Development

10 Qs

C Fundamentals

C Fundamentals

Assessment

Quiz

Computers

University

Medium

Created by

Noremy Che Azemi

Used 8+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is suitable for the following variable?

Address

float

boolean

character

integer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The symbol '&' is namely as

Caret

Apostrophe

Semikolon

Ampersand

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The escape sequence "\n" is refer to

moves to next vertical tab

moves to next line

moves next vertical tab

moves beginning of the line

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which are NOT in the Basic / Primary Data Types?

array

integer

character

float

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the keyword in C language?

number

char

integer

function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The comment syntax below is correct EXCEPT

/*This is my new C Program/*

/*This is my new C Program*/

//This is my new

//C Program

/*Hello!

This is my new C Program*/

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

#include is the

header file

body function

comment

preprocessor directive

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the CORRECT identifier?

matrix-no

2student

_LENGTH

a*b