Computer Science, asked by Gokul005, 27 days ago

what is the difference between bitwise operator and logical operator in verilog?​

Answers

Answered by shadow977
0

Answer:

The logical AND operator works on Boolean expressions, and returns Boolean values only. The bitwise AND operator works on integer, short int, long, unsigned int type data, and also returns that type of data

Answered by narendra256np93
0

The logical AND operator works on Boolean expressions, and returns Boolean values only. The bitwise AND operator works on integer, short int, long, unsigned int type data, and also returns that type of data .

Similar questions