295.

The C# language has an ________________ keyword that allows an exception free casting.

You can use the as operator to perform certain types of conversions between compatible reference types or nullable types. The as operator is like a cast operation. However, if the conversion isn't possible, as returns null instead of raising an exception