HELP!!int count=0; for(int i=2;i<=1000;i++) { for(int j=2;j<=i/2;j++) { if(count==5) { ...
Pointers helpResistor * resPtr[3] should be declared globally..
Pointers helpuse resPtr instead of resObj..
&& ---> Bitwise AND Eg: bit pattern of a 0000000001011100 bit pattern of b ...
command prompt from C++ programthanks for the reply. actually i want to execute a query " bpl -p ..............." which is defined ...