Janus Agustus Gonzales
Quiz von , erstellt am more than 1 year ago

C online quiz

0
0
0
Janus Agustus Gonzales
Erstellt von Janus Agustus Gonzales vor fast 4 Jahre
Schließen

Quiz 1

Frage 1 von 5

1

These are objects to store values.

Wähle eine der folgenden:

  • Assignment operator

  • Variable

  • float

  • int

Erklärung

Frage 2 von 5

1

Which is the correct way of declaring a variable in C?

Wähle eine der folgenden:

  • float num 9;

  • float num = 9.5

  • float num = 9;

  • float 1num = 9.5;

Erklärung

Frage 3 von 5

1

The three parts required in variable declaration are data type, variable name, and ______

Wähle eine der folgenden:

  • ;

  • scanf()

  • <stdio.h>

  • =

Erklärung

Frage 4 von 5

1

A whole number data type that can hold values from ±2147483647

Wähle eine der folgenden:

  • int

  • long int

  • float

  • long float

Erklärung

Frage 5 von 5

1

A data type with floating point values that can hold up to 15 decimals.

Wähle eine der folgenden:

  • int

  • long int

  • float

  • double

Erklärung