
The Wheatstone bridge is not suitable for measuring very low resistance because it is based on a ratio of two resistances, and the resolution of the bridge decreases as the ratio approaches 1. This means that the Wheatstone bridge is not accurate enough to measure very small changes in resistance.

#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;
}


तपाईंको जीवनमा सामाजिक अधययनले के कसता सकारातमक परभाव परेका छन , बुँदागत रुपमा लेखनुहोस I
सामाजिक अधययनले मेरो जीवनका पारेका सकारातमक अधययन निमनाअनुसार बुँदागत रुपमा परसतुत गरेको छु :
1. मैले संविधान वयवसथा गरेको हक, अधिकार, करतवय, दायितव आदि बारे बुझन पाएको छु I
2. मैले करतवयपरायणताको भाव बोध गरेको छु I
3. समाजका रीतिरिवाज, संसकार, परमपरा आदिको अधययनबाट फरक परिवेशमा समेत समावेशन हुन सकने सिपको विकास गरेको छु I
4. राषटरिय समपदाको संरकषण र देशको पृषठभूमिपरति पुरखाले...

First learn basic HTML, then CSS and responsive CSS for Static websites and thereafter JavaScript and PHP for dynamic pages. If you also want to learn jQuery for more better works learn it at the same time with JavaScript

