Solve This (? + ? + ?=30)
If 1111=R, 2222=T, 3333=E, 4444=N Then 5555=?
Guess the Hindi Muhawara from the following whatsapp Emoticons?
Sweet, Medicine, Film, Girl, City, Car, Place, Doggy all are name same, guess which word it is?
A girl is blind, deaf, dumb and uneducated too. A boy loves her. How would he propose without touching her?
Four Question, One Answer: One River Name, One Flower Name, One Film Name, One Actress Name?
Guess me who am I, I am the first on earth, the second in heaven...
Which Indian cricketer is known as "Brown Bradman"?
James Reese Europe was a leading early 20th century exponent of what?
Tofu is made by coagulating what, and compacting the resulting curds into blocks?
Hai,friends if you are know the difference means tell me
public :The keyword public is an access modifier that tells the C# compiler that the Main method is accessible by anyone. static :The keyword static declares that the Main method is a global one and can be called without creating an instance of the class. The compiler stores the address of the method as the entry point and uses this information to begin execution before any objects are created. void : The keyword void is a type modifier that states that the Main method does not return any value.
What is the difference between
public static void Main()
and
private static void Main()
in C#?