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

Not even a single member ofAksionov'sfamily was concerned about his well-being when he was at his lowest.Along with the judges of the court even his wife did not trust him.Hewas imprisoned for the crime he did not commit.With time he learnt to forgive people, but he did not forget their mistreatment.

2 Thanks
3 Answers
Himal Rimal asked a question

Sigma bond is stronger than Pi bond because of the following reasons:

  1. The extent of overlapping in Sigma bond is greater than in Pi bond.
  2. The electron density in intermolecular axis is more in Sigma bond than in Pi bond.
  3. There is free rotation of atom about Sigma bond but not about Pi bond.
17 Thanks
3 Answers
Close Open App