Login
Remember
Register
Ask a Question
Which keyword is used for including the namespaces in the program in C#?
0
votes
asked
Jun 16, 2020
in
C Sharp
by
Hodge
Which keyword is used for including the namespaces in the program in C#?
A - imports
B - using
C - exports
D - None of the above.
#csharp
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 16, 2020
by
Hodge
Ans is B
Using
...