Which of the following is not a C# reserved keyword

A) Is
B) As
C) In
D) Of

Showing Answers 1 - 19 of 19 Answers

saibabu.M

  • Jan 2nd, 2006
 

A. is the correct answer bcoz In c# previously i had used in, As,Of keywordas used but i didn'nt used is keyword, plz let me know any further queries.

  Was this answer useful?  Yes

s

  • Feb 15th, 2006
 

'of' is not a reserved keyword of C#. this can be verified with any book having the list of keywords in C#.

  Was this answer useful?  Yes

Boobalan

  • Feb 22nd, 2006
 

" Of " - No doubt in it...

  Was this answer useful?  Yes

Tommie

  • Mar 29th, 2006
 

none of them. Unless you have typo.

"is", "as", "in" are

PavanKumar

  • Jun 14th, 2006
 

Out Of All The Above Ones OF is not the C# reserve Keyword

  Was this answer useful?  Yes

Pavan

  • Jun 14th, 2006
 

The Only non reserved Keyword of C# is "OF"

  Was this answer useful?  Yes

rahul

  • Jan 30th, 2007
 

'of' is not keyword.I checked it & posted

  Was this answer useful?  Yes

pankajbanga

  • Feb 25th, 2007
 

of is definitely the culprit 

is – checks object's compatibility with a given type.

 in – is used with foreach statement to iterate through items in a collection as – used for conversion. it is like cast, but it returns null if conversion fails, instead of raising as exception

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions