0
Can we print anything without using a semicolon?
have heard from many programmers regarding this
2 Réponses
+ 3
No, not in C# as far as I'm aware of. Though I'm not sure why you'd want this? It's like asking if you can call a function without parentheses, it's not exactly feasible.
0
no... because a print function(in whatever case) is a logical sentence... it must be terminated to run the other statements...