What does 'nip' stand for in a code language ? Statements : I. In the code language, 'that is very beautiful' is written as 'se nip sre num'. II. In the same code language, 'my house is beautiful' is written as 'nip sto sre tip'.

What does 'nip' stand for in a code language ? Statements : I. In the code language, 'that is very beautiful' is written as 'se nip sre num'. II. In the same code language, 'my house is beautiful' is written as 'nip sto sre tip'. Correct Answer Neither I nor II is sufficient

Answer: Option 4

In I and II, the common codes are 'nip' and 'sre' and the common words are 'is' and 'beautiful' So, 'nip' and 'sre' are the codes for 'is' and 'beautiful'. But, the exact word for 'nip' cannot be found out.

Related Questions

Question : What does 'nip' stand for in a code language ?

Statements :
I. In the code language, 'that is very beautiful' is written as 'se nip sre num'.
II. In the same code language, 'my house is beautiful' is written as 'nip sto sre tip'.
What is the right choice, if the following loop is implemented?
void main(){ int num = 0; do{ --num; printf("%d", num); }while( ++num >= 0 );}