C# Programming - Operators - Discussion

Discussion Forum : Operators - General Questions (Q.No. 20)
20.
Which of the following statements are correct?
  1. The conditional operator (?:) returns one of two values depending on the value of a Boolean expression.
  2. The as operator in C#.NET is used to perform conversions between compatible reference types.
  3. The &* operator is also used to declare pointer types and to dereference pointers.
  4. The -> operator combines pointer dereferencing and member access.
  5. In addition to being used to specify the order of operations in an expression, brackets [ ] are used to specify casts or type conversions.
1, 2, 4
2, 3, 5
3, 4, 5
1, 3, 5
None of these
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.