+ 2
Can I use prinf("Hello world"); instead of console.Writeline("Hello world");??
Most of the time I saw that in first lesson of C# course they are saying console.Writeline() to get output but what will happen when I put there printf().??
1 Odpowiedź
+ 6
Try it. See what happens.