Mousham khatiwada about 1 year ago
4 Claps
1 Comments
Rabin Kalikote

Happy Mother's Day, sir.

Nikas Ghimire asked a question


#include<stdio.h>

#include<conio.h>

#include<string.h>


int main() {

int i, nextTerm;

int t1 = 2, t2 = 2;

nextTerm = t1+t2;


printf("%d, %d, ", t1, t2);

for (i = 3; i <= 10; ++i) {

printf("%d, ", nextTerm);

t1 = t2;

t2 = nextTerm;

nextTerm = t1 + t2;

}


return 0;

}


2 Thanks
2 Answers
Bijaya Rajbhandari asked a question

the symbols used in the story are:

  1. house and shops- it symbolizes Aksionov's family and material possessions
  2. nightmare-it symbolizes a bad omen.
  3. blood-stained knife- it indicates Aksionov's lack of control over his fate.
  4. the prison- Aksionov's pain and subsequent mystical transformation are symbolized by the prison.
  5. the book(the lives of the saints)- gives an impression of religiosity.
1 Thanks
2 Answers
Abhishek Yadav asked a question
0 Thanks
2 Answers
NANDANI KUMARI asked a question
II)Cr2+ is reducing agent as its configuration changes from d4 to d3, when it is oxidized to Cr3+ .The d3 configuration have a half-filled t2g level which is very stable. On the other hand, the reduction of Mn3+ to Mn2+ results in the half-filled (d5) configuration which has extra stability hence Mn3+ acts as oxidizing agent.
0 Thanks
3 Answers
Close Open App