C Fundamentals

C Fundamentals

University

8 Qs

quiz-placeholder

Similar activities

PDS - 04225 Pointers & Dynamic Arrays - Chapter 8

PDS - 04225 Pointers & Dynamic Arrays - Chapter 8

University - Professional Development

10 Qs

Concept Test for C & C++ Programming

Concept Test for C & C++ Programming

University - Professional Development

10 Qs

C++ Pointers and Arrays

C++ Pointers and Arrays

University - Professional Development

10 Qs

UTSSKDP1

UTSSKDP1

University

13 Qs

Python Quiz 1

Python Quiz 1

6th Grade - University

12 Qs

C# Variables and Data Types

C# Variables and Data Types

8th Grade - University

9 Qs

Java

Java

2nd Grade - University

10 Qs

Basics of C

Basics of C

University

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