6)
Ans:
b) CSS >> somevalue;
7)
Ans:
a)OPS.open(fileName)
8)
Ans:
a) oFS.open("output.txt");
9) Bit operator AND(&), gives output as 1, if the input of
two operands is 1. If either bit of input of an operand is 0, then
the result is evaluated to 0.
X = 120 = 01111000
Y = 74 = 01001010
.....................
01001000
Ans: a)01001000
10) Bit operator XOR(^): The output in case of Bit operator XOR is
1,if and only if two input bits are opposite.
X = 120 = 01111000
Y = 74 = 01001010
.....................
00110010
Ans: b)00110010
variable someValue to the streams buffer. an output string stream variable called oss, write a statement...