Give the answers in comment box
1) a&&b (a=1,b=0) ?
A) Condition is true
B) Condition is false
C) A & B
D) None of this
2) ' ^ '(Name of the operator)
A) Conditional operator
B) Relational operator
C) Bit wise operator
D) Logical operator
3) Char a[20]; (Find the Data Type)
A) Char
B) Int
C) Long int
D) String
4) BCPL Means____________________?
5) Char datatype Range
A) 6 bytes
B) 4 bytes
C) 2 bytes
D) 1 byte
Post a Comment