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
Deekchya Pandit asked a question

Suicidal bag also known as lysosome is a cell organelle which are sphere shaped sacs filled with hydrolytic enzymes that have the capability to break down many types of biomolecules including the useful cells and materials that can derail the functioning of the cell . It mostly occurs in ageing, dead and diseased cells.

Lysosome is called as suicidal bag because it helps in the self-destruction of its cell, tissue or organs by releasing the lysosomal enzymes caused by rupturing of their...

8 Thanks
2 Answers
Chandan Yadav over 1 year ago
6 Claps
2 Comments
KRISH YADAV

The Rh factor(the Rhesus factor or Rh antigen), is a protein that can be found on the surface of red blood cells. It is one of the most important blood group systems in human blood typing. The presence or absence of the Rh factor is denoted as either Rh-positive (+) or Rh-negative (-).

KRISH YADAV

Fun fact: The Rh factor is named after the Rhesus monkey, in which the protein was first discovered.

Sumit Sah asked a question

According to the Heisenberg Uncertainty Principle, it is impossible to determine the exact spin of an electron at any given moment. The Uncertainty Principle states that the more precisely we know the position of a particle, the less precisely we can know its momentum, and vice versa. Spin is a form of intrinsic angular momentum, which means it does not correspond to any specific position in space, and therefore cannot be measured precisely at the same time as its position.

However, while we...

0 Thanks
2 Answers
Bhawana Yadav asked a question

तपाईंको जीवनमा सामाजिक अधययनले के कसता सकारातमक परभाव परेका छन , बुँदागत रुपमा  लेखनुहोस I


सामाजिक अधययनले मेरो जीवनका पारेका सकारातमक अधययन निमनाअनुसार बुँदागत  रुपमा परसतुत गरेको छु :


1. मैले संविधान वयवसथा गरेको हक, अधिकार, करतवय, दायितव आदि बारे बुझन पाएको छु I

2. मैले करतवयपरायणताको भाव बोध गरेको छु I

3. समाजका रीतिरिवाज, संसकार, परमपरा आदिको अधययनबाट फरक परिवेशमा समेत समावेशन हुन सकने    सिपको विकास गरेको छु I 


4. राषटरिय समपदाको संरकषण र देशको पृषठभूमिपरति पुरखाले...

1 Thanks
3 Answers
Close Open App