or
Rabin Kalikote 6 months ago
2 Claps
1 Comments
Surakshya Pandey

very fine!

Rabin Kalikote

Glad to hear, miss!

2mo
UJJWAL JHA over 2 years ago
1 Clap
1 Comments
KRISH YADAV

Materials show varying behaviors based on their Poisson's ratio. High Poisson's ratio materials (near 0.5) contract significantly sideways when stretched and expand when compressed, seen in substances like rubber. Low Poisson's ratio materials (near 0) undergo minimal width change during axial deformation, typical of metals and common engineering materials.

Reply almost 2y
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
Mousham khatiwada asked a question

I think the best technique for memorizing is by assigning meaningfulness to things that are to be memorized.

Or in other words, relating things with a memorable story, simply, creating a story.
Do you remember yourself teaching us to memorize things easily. We had related words to a story and almost everyone in the class remembered at least 25 words among the total of 30. I still remember "Bhachyeko Haat". Haha!

Memory export Jim Kwik says that anything combined with emotion becomes a...

2 Thanks
3 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