C Fundamentals

C Fundamentals

University

8 Qs

quiz-placeholder

Similar activities

MS Core Java Quiz-1 2023

MS Core Java Quiz-1 2023

University

10 Qs

Understanding Source Code and Functions

Understanding Source Code and Functions

University

10 Qs

LATIHAN PEMOGRAMAN PASCAL

LATIHAN PEMOGRAMAN PASCAL

University

10 Qs

Review multiple choice Quiz

Review multiple choice Quiz

KG - Professional Development

10 Qs

HW5 Chapter 5 - PLC

HW5 Chapter 5 - PLC

University

10 Qs

QUIZ TECH EASY ROUND!

QUIZ TECH EASY ROUND!

University

10 Qs

Quiz 1

Quiz 1

University

11 Qs

PANDA PYTHON

PANDA PYTHON

11th Grade - Professional Development

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