C Programming and Technical Programming Output

The bitwise operator which is suitable for turning off a particular bit in a number?

Read Solution (Total 6)

C Other Question

class bool test
{
public static void main(string[]args)
{
int result=0;
Boolean b1=new Boolean("true");
Boolean b2=new Boolean("true");
if(b1 equals(b2))
result=result+1000;
system.out.println("result="+result);
}
}


what will be output of this code...
a) result=0
b) result=1000
c) result=2000
d) none
void main()
{
printf("%%%%");

}