Single Choice Easy

QWhich symbol is used for the assignment of a value to a variable in C language?

ID: #6179 Variable in C Language 234 views
Question Info
#6179Q ID
EasyDifficulty
Variable in C LanguageTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A ===
  • B ==
  • C =>
  • D =
Correct Answer

Explanation

Answer: d) =

Explanation: The symbol "=" is used for the assignment of a value to a variable in C language. For example, "x = 10;" assigns the value 10 to the variable x.

Share This Question

Challenge a friend or share with your study group.