Report Bug
Qus : Raw data assigned to a variable is called as,
Qusएक वैरिएबल को निर्दिष्ट रॉ डेटा को .....कहा जाता है

A. variable
B. literal
C. identifier
D. comment


Solution
B. literal



Explanation
<p><span style="font-size: 14px;">A literal is a fixed value (raw data) directly assigned to a variable in a program.</span></p>



Report Bug