Jessica Yadav asked a question

zinc will react with sulphuric acid forming zinc sulphate dissolved in solution and releasing hydrogen gas.
Zn + conc. 2 H2SO4 ZnSO4 + SO2 + 2 H2O

2 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
Abhishek Yadav asked a question
0 Thanks
2 Answers
Bijaya Rajbhandari asked a question

Aksionov is the protagonist of the story "god sees the truth but waits" written by Leo Tolstoy. He is a young merchant. He is a handsome, fair-haired, curly-headed fellow, full of fun and very fond of singing. He used to drink much before marriage but later on, he changed himself and became a good man. He had virtuous qualities such as faith, forgiveness, freedom, and acceptance. His comfortable life is disrupted when he is framed for a murder he didn't commit and was sent to a...

0 Thanks
2 Answers
Close Open App