Which of the following is a logical operator?
a) +
b) -
c) >
d) /
Which of the following operator has the highest priority?
a) +
b) ^
c) *
d) /
If A=5, B=3 and C=2 then what result of exp=A+B*C
a) 10
b) 11
c) 13
d) 16
Which of the following statement is used to accept data from user during execution?
a) print
b) load
c) read-data
d) input
The set of rules that define the combination of symbols used by programming languages is called……………….
a) syntax
b) data
c) program
d) logic
……is/are a technique to developed programs.
a) software
b) programming
c) information
d) data