
Given: MADRAS is coded as NBESBT.
Logic: Adding 1 to the positional values of the letter, as shown below:

Similarly,

Hence, CPNCBZ is the correct answer.

Given: MADRAS is coded as NBESBT.
Logic: Adding 1 to the positional values of the letter, as shown below:

Similarly,

Hence, CPNCBZ is the correct answer.
No discussions yet. Be the first to start!
You must be logged in to participate in the discussion.
login Login to DiscussIn order to prevent the practice of sati, in which year it was first banned under the "Bengal Sati Regulation"?
The correct answer is In 1829.
Key Points
Additional Information
Here the pattern is,
3 × 1 = 3,
1 + 3 = 4,
3 × 4 = 12,
4 + 12 = 16,
Similarly, we have:
12 × 16 = 192
Hence, 192 is the correct answer.The correct answer is option 1.
Concept:
The auto storage class is the default storage class for all local variables. The variables defined using the auto storage class are called local variables. Auto stands for automatic storage class. A variable is in the auto storage class by default if it is not explicitly specified. The scope of an auto variable is limited to the particular block only.
Storage Classes:
Storage Classes are used to describe the features of a variable/function. These features basically include the scope, visibility, and lifetime which help us to trace the existence of a particular variable during the runtime of a program. C language uses 4 storage classes.
| Storage class | default value | storage area | lifetime | scope |
| auto | garbage | stack | function | function |
| static | zero | static | program | function |
| global | zero | static | program | program |
| register | garbage | stack | function | function |
Hence the correct answer is auto.
Which of the following award is given to the best goalkeeper of FIFA football?
The correct answer is Golden Gloves.
Additional Information
The correct answer is Tinder.
Additional Information