+ 2
can we use printf instead of console.writeline
4 Respostas
+ 6
No.
printf is used in c programming c# is totally different from c.
+ 5
to print something in C# we have to use the Console.writeline keyword not printf
+ 4
If you would like to use printf, you can make and overload methods to get the same results.
+ 1
printf is c and this is c#. therefore it won't be correct