C Fundamentals

C Fundamentals

University

8 Qs

quiz-placeholder

Similar activities

JRB2 Quiz 4

JRB2 Quiz 4

University

10 Qs

Pemrograman Kls A

Pemrograman Kls A

University

10 Qs

exception

exception

University

10 Qs

Array in C

Array in C

University

10 Qs

Codehs Data Types

Codehs Data Types

12th Grade - University

13 Qs

MS Core Java Quiz-1 2023

MS Core Java Quiz-1 2023

University

10 Qs

PK (A) - PRE TEST 1

PK (A) - PRE TEST 1

University

10 Qs

Programming Quiz

Programming Quiz

University

9 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