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
Sushin Tiwari asked a question

The answer is A 

In the depletion layer, electrons combine with holes producing charge density so that region is depleted of charge carriers  but it has charge density .

Conclusion: Neutral but still having non zero charge density .

8 Thanks
2 Answers
NANDANI KUMARI asked a question
0 Thanks
2 Answers
Bikash T. Magar asked a question

In the air, there's nothing holding the body of the helicopter still - so the rotor blades spin one direction, but the torque applied to spin the rotors tries to spin the body of the helicopter in the opposite direction. The little rotor on the tail helps keep the body of the helicopter pointed in the same direction.

4 Thanks
2 Answers
Gayatri Mishra asked a question

The foods we eat, the air we breathe, cleaning chemicals, our emotions and literally every object that we can see or touch, love, jealousy, infatuation and all share in chemistry. For all living things to function and survive, their bodies perform various chemical processes.



3 Thanks
2 Answers
Close Open App