What is "out" parameter how it is used in methods?
Answer Posted / sai ranganath
out parameter option to pass value to the
calling function. for array it can used in a flexible way...
out can be used as calling function in methods
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain Bundle.Config in ASP.Net MVC4?
What is representational state transfer (rest) mean?
What are the advantages of asp.net mvc?
How you can implement custom validation in asp.net MVC?
Is .net framework 4.8 the last version?
What is the difference between tempdata and viewbag?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What is razor code?
Is dapper better than entity framework?
how can you tell ef to have a different table or column name than that defined for the class?
What is entity client data provider? : Entity framework
Which is the root namespace for fundamental types in .net framework?
What is ViewData and TempData in ASP.Net MVC?
What is meant by viewdata?
What is action methods in web api?