Quiz of c language

Quiz of c language

University

5 Qs

quiz-placeholder

Similar activities

Module 1- Python Basics_2nd_Semester

Module 1- Python Basics_2nd_Semester

University

10 Qs

Pop Quiz #2 Topic 2

Pop Quiz #2 Topic 2

University

10 Qs

GFG Final Quiz

GFG Final Quiz

University

10 Qs

The script format

The script format

University

10 Qs

Integrales Triples

Integrales Triples

University

5 Qs

cpp-1

cpp-1

University

10 Qs

Estructuras de Selección y Selectiva Simple 2A-1

Estructuras de Selección y Selectiva Simple 2A-1

University

6 Qs

Quiz tentang .NET Framework

Quiz tentang .NET Framework

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 ?

*

&

#

!