Quiz of c language

Quiz of c language

University

5 Qs

quiz-placeholder

Similar activities

ESL historical foundations

ESL historical foundations

University - Professional Development

10 Qs

Module 1- Python Basics_2nd_Semester

Module 1- Python Basics_2nd_Semester

University

10 Qs

Drone pre-test

Drone pre-test

University

10 Qs

Body mass index (BMI) ​

Body mass index (BMI) ​

KG - Professional Development

10 Qs

Disease agents

Disease agents

University

6 Qs

Quiz tentang .NET Framework

Quiz tentang .NET Framework

University

10 Qs

ÔN TẬP GIỮA KỲ 2 9A1

ÔN TẬP GIỮA KỲ 2 9A1

University

10 Qs

Week 5 APA Practice Quiz

Week 5 APA Practice Quiz

University

10 Qs

Quiz of c language

Quiz of c language

Assessment

Quiz

Education

University

Easy

Created by

Uplaksh Chauhan

Used 12+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct statement to declared variable in c language

int x;

X int ;

lnt x;

X Int

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is used to a store a single character in c?

Char

String

Character

Text

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to end a statement in c?

.

;

:

,

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to exit a loop in C?

Stop

Exit

break

End

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operator is used to access the address of a variable ?

*

&

#

!