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
Pratik Adhikari asked a question

At dawn and dusk, large amount of blue and violet light(shorter wavelength) has been scattered so, the light that is recieved by an observer is mostly of a longer wavelength and therefore appears to be red.

11 Thanks
2 Answers
Aryan Sigdel asked a question

This picture develops a clear understanding.


8 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
Sambad Shakya asked a question
The full form of WTO is World Trade Organization.
1 Thanks
3 Answers
Close Open App