n
Ram has developed his first C# program named Hello.cs. Since he is new to C# programming,
he does not know the compilation procedure. Please help him to choose the correct option to compile his program?
Select one:
f 1
O ccc Hello.cs
O css Hello.cs
cs Hello.cs
O csc Hello.cs
Answers
Answered by
0
Answer:
csc Hello.cs is the correct one
Explanation:
Answered by
0
Answer: csc Hello.cs
Explanation:
To compile a program in C#, open the command prompt tool and go to the directory where the file is saved. Then type csc Hello. cs and press enter to compile the code.
#SPJ3
Similar questions