C# Main() Method
Introduction to C# Main() method in Hindi
Syntax of C# Main() method in Hindi
Command line arguments in Hindi
Introduction to C# Main() Method
किसी भी C# application में Main() method वह entry point होता है जँहा से program का execution शुरू होता है। जब application start होती है या program को run किया जाता है तो Main() method वह पहला method होता है जो call होता है।
No comments:
Post a Comment