Can I use prinf("Hello world"); instead of console.Writeline("Hello world");?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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().??

26th Nov 2019, 6:01 AM
SR Shoruv
SR Shoruv - avatar
1 Answer
+ 6
Try it. See what happens.
26th Nov 2019, 6:12 AM
Manual
Manual - avatar