

InterviewSolution
Saved Bookmarks
1. |
Let x=4 give the output statement |
Answer» ▬▬▬▬▬▬▬▬▬▬▬▬ You have just declared a variablr's VALUE. So there wont be any outputs for this STATEMENT. You have to provide an Outputing statement to GET an OUTPUT. For example, In PYTHON, you can do print(x) to get an output.▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ |
|