What are the primary expressions in C# programming language?

 Posted by Goud.Kv on 9/3/2014 | Category: C# Interview questions | Views: 2352 | Points: 40
Answer:

Primary expressions are the simple expressions which include the expressions composed by using operators.

Example,
Math.Equals(....)

In the above example, we combined two primary expressions with '.' operator.


Asked In: Spotted While Learning | Alert Moderator 

Comments or Responses

Login to post response