Quiz of c language

Quiz of c language

University

5 Qs

quiz-placeholder

Similar activities

Week 4 Vocab

Week 4 Vocab

University

10 Qs

Assessment and Testing

Assessment and Testing

University

6 Qs

Day 2 Python quiz Datatypes and variable

Day 2 Python quiz Datatypes and variable

University

10 Qs

Repaso programación en C

Repaso programación en C

University

10 Qs

Python quiz

Python quiz

KG - Professional Development

10 Qs

cpp-while-loop

cpp-while-loop

University

10 Qs

NEP QUIZ (20th) ROUND 2

NEP QUIZ (20th) ROUND 2

University

10 Qs

Compose Camp - Session 1 Quiz

Compose Camp - Session 1 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 ?

*

&

#

!