C# (Sharp) Programming Language Question:
Difference between imperative and interrogative code.
Answer:
There are imperative and interrogative functions. Imperative functions are the one which return a value while the interrogative functions do not return a value.
Previous Question | Next Question |
Explain manifest & metadata in C#. | Difference between value and reference type. |