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
233 views
Question Info
#6179Q ID
EasyDifficulty
Variable in C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic