Multiple choice

Which of the following is not used in C?

  1. int

  2. var

  3. char

  4. long

  5. double

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

var is used to declare variables in JavaScript. It’s not used in C.