C Fundamentals

C Fundamentals

University

8 Qs

quiz-placeholder

Similar activities

Understanding Programming Constructs

Understanding Programming Constructs

10th Grade - University

10 Qs

Unit -1 Assignment -2

Unit -1 Assignment -2

University

10 Qs

MS Core Java Quiz-1 2023

MS Core Java Quiz-1 2023

University

10 Qs

C Programming Quiz-6

C Programming Quiz-6

University

10 Qs

C++ Workshop 2021 [Quiz-1]

C++ Workshop 2021 [Quiz-1]

University

10 Qs

Lukes really hard quiz

Lukes really hard quiz

University

10 Qs

CSNP-04103 Chapter 2 - Components & Data Types

CSNP-04103 Chapter 2 - Components & Data Types

University

10 Qs

Alghorithma

Alghorithma

12th Grade - 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