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

Makar disclosed that he had killed the merchant because he realized his mistake and Aksionov's suffering and now he wanted to make Aksionov release from the prison.

1 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
Rakesh Yadav asked a question

Books Review

Title: "Atomic Habits" by James Clear

Introduction:

"Atomic Habits" by James Clear is a transformative self-help book that delves into the power of small habits and their impact on personal growth and success. With a captivating writing style and practical advice, this book provides readers with valuable insights and actionable strategies to create positive change in their lives.

Summary:In "Atomic Habits," Clear introduces the concept of "atomic habits," emphasizing the profound...

2 Thanks
2 Answers
Bishesh Gautam asked a question
There is, for sure, effect of gravity on fire. We know for a fact that fires on Earth are "pointy" while those in zero-gravity are "round". This is because fire is simply glowing gas. Gas is matter and matter has weight. For a body to have weight, gravity must influence it in some way. 
16 Thanks
2 Answers
Close Open App