what is logical error found in the code below .Could any find.
thanks in advance for your answers.
Code:
If( (x!=3) || (x!=4) )
printf("something");
else
printf("something")
Comment