2
Answers

what is the printf statement in Windows forms?

ajay raju

ajay raju

14y
5.7k
1

hi!
in console applications we use Console.Write("Hai"). for printing statement
and in Web Apps we use Response.Write("Hai"). for printing statement
at the same time what is the print statement in Windows Forms
Answers (2)