Open In App

Infosys | Pseudocode Questions | Question 4

What is the output of the below pseudocode?

Set value = ‘ ‘ * 10;
print value



(A)

100



(B)

320

(C)

10

(D)

200

Answer: (B)
Explanation:

As the ASCII code for a blank space is the decimal number 32, thus 32 * 10 = 320

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :
Uncategorized