1 Answers
VLSI Interview Question: Code Deciphering
In a certain code, 'glorious' is written as 'ngolrius'. To find out how 'beautiful' will be written in that code, we need to find the pattern or rule used in the code transformation.
Given that 'glorious' becomes 'ngolrius' in the code, it appears that each letter in the original word is moved one position to the right.
Applying the same rule to the word 'beautiful', we will have 'cfeajvmb'; the transformed code for 'beautiful'.
Please login or Register to submit your answer