CODING KING/QUEEN

CODING KING/QUEEN

University

9 Qs

quiz-placeholder

Similar activities

java

java

University - Professional Development

10 Qs

sample quiz

sample quiz

University

10 Qs

c-programming-2

c-programming-2

University

13 Qs

Praktisi Mengajar - Java Test

Praktisi Mengajar - Java Test

University

10 Qs

Review Quiz-Traditional Literature, Picture Books, and Poetry

Review Quiz-Traditional Literature, Picture Books, and Poetry

University

10 Qs

Let's see what you get!

Let's see what you get!

University

10 Qs

MATLAB

MATLAB

University

8 Qs

TFL731_quiz 6 (interviews, ethnography)

TFL731_quiz 6 (interviews, ethnography)

University

7 Qs

CODING KING/QUEEN

CODING KING/QUEEN

Assessment

Quiz

Education

University

Easy

Created by

Shubhangi Porje

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is an identifier in C language?

An identifier is a combination of alphanumeric characters used for conditional and control statements

An identifier is a combination of alphanumeric characters used for any variable, function, label name

Both A and B

None of the above

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How many whitespace characters are allowed in C language?

2

3

4

5

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Can we place comments between the statement to comments a part of the code?

Yes

No

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

To develop which operating systemLk, C language was invented?

Linux

Unix

Android

Mac

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the difference between float and double in C?

Both are used for the same purpose

Double can store just double value as compare to float value

Double is an enhanced version of float and was introduced in c99

Double is more precise than float and can store 64 bits

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following C code?

2

2.5

Error

0.23

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

7

7.00

7.000000

Error

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Programming in which programs are made up of modules, which are parts of a program that can be coded and tested separately, and then assembled to form a complete program is called

Interpretation Language

Procedural Language

Object Oriented Programming language

Machine Language

9.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How are String represented in memory in C?

An array of characters.

The object of some class.

Same as other primitive data types.

LinkedList of characters.