Quiz of c language

Quiz of c language

University

5 Qs

quiz-placeholder

Similar activities

java

java

University - Professional Development

10 Qs

Quiz tentang .NET Framework

Quiz tentang .NET Framework

University

10 Qs

Module 1- Python Basics_2nd_Semester

Module 1- Python Basics_2nd_Semester

University

10 Qs

fire alarm and protection system

fire alarm and protection system

University

10 Qs

Advanced Statistics in Education M.Ed. 425 (D)

Advanced Statistics in Education M.Ed. 425 (D)

University

10 Qs

Praktisi Mengajar - Java Test

Praktisi Mengajar - Java Test

University

10 Qs

sample quiz

sample quiz

University

10 Qs

funciones en c++

funciones en c++

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 ?

*

&

#

!