or
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
Barsha Yadav asked a question
Its all because of oxytocin. Oxytocin is the love hormone that activates feelings of trust and love between people when it is released in the brain. Whenever Surakshya thinks of her college the production of the oxytocin hormone rises to peak but sadly she cannot express her love in anyway. Because of the fact she is miles away from her college and she is bound to accept the truth that she cannot be there in college at the present time. So, there is no way that she can express her love,...
4 Thanks
2 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.
18 Thanks
3 Answers
Rabin Kalikote 10 months ago
2 Claps
1 Comments
Surakshya Pandey

very fine!

Rabin Kalikote

Glad to hear, miss!

6mo
Nikas Ghimire asked a question


Program to input any number and display number of odd numbers in it;



#include<stdio.h>

#include<stdlib.h>

#include<conio.h>

#include<string.h>


int main() {

int i, number, num1, num2=0, num3, num4 =0, rem, rem1, rem2, rev = 0;

printf("Enter your number ==> ");

scanf("%d", &number);

num1 = number;

while(num1 != 0) {

rem = num1%10;

rem1 = rem%2;

if (rem1 != 0) {

num2 = num2*10 + rem;

}

num1 /= 10;

}

num3 = num2;

while (num2 != 0) {

...

0 Thanks
2 Answers

Mattrab Community

Create, share and learn from the unlimited notes, photos and videos and ask your questions, answer your friends all over Nepal and grow. Create, share and learn.

Ask Mattrab is changing soon

We are excited for you to try new features. What are you excited about?

Close Open App