output if & sign is in variable name while printing output
Answers
Answered by
0
Answer:
Explanation: '&' is used with the variable in scanf function and called as the address operator. It is used in scanf to take the value and store it with the help of the address of the variable. When the user use '&' in printf function to display the output with the name of the variable
Similar questions