in Programming in C edited by
405 views
0 votes
0 votes

Which among following statements is/are TRUE?

  1. & is bit-wise and && is a logical operator
  2. & returns an integer value whereas && returns a boolean value
  3. Both the above options are correct
  4. Both (A) and (B) are incorrect
in Programming in C edited by
by
405 views

4 Comments

So then is A correct or C?
0
0
Option B was wrong, corrected now.
0
0

Please log in or register to answer this question.

Answer:

Related questions