Atith Adhikari asked a question

It is theoretically possible for a substance to have a negative value of cubical expansivity, which means that the substance would contract rather than expand when the temperature increases. However, it is very rare for a substance to have a negative value of cubical expansivity over a significant range of temperatures.

One example of a substance that has a negative value of cubical expansivity over a limited range of temperatures is water. Water has a positive value of cubical expansivity at...

0 Thanks
2 Answers
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
Laxman Khatri about 1 year ago
0 Claps
1 Comments
SONU NIGAM SAH

Quality of life refers to the overall well-being, satisfaction, and happiness that an individual or a community experiences in various aspects of their lives.

Reply 12mo
NANDANI KUMARI asked a question
ii)Transition metals and their compounds show catalytic activities because of Variable or multiple oxidation states, ability to form complexes, they provide large surface area for adsorption.
0 Thanks
2 Answers
Raunak Kumar asked a question
The Short Answer:

Sunlight reaches Earth's atmosphere and is scattered in all directions by all the gases and particles in the air. Blue light is scattered more than the other colors because it travels as shorter, smaller waves. This is why we see a blue sky most of the time.

11 Thanks
3 Answers
Close Open App