Computer Applications
Related Questions
Which statement/function will you use to display something on screen ?
- Display
- display
Which statement/function will you use to get value for a variable from keyboard ?
- get
- cin
- raw_input
- raw_in
In the following code
a = '5'. a is a …………… :- int
- string
- float
- number
What is the output of following code ?
print 8 >= 8- 8 >= 8
- False
- True
- Error