i have a 2D array whose size decided by some function. and now i want to pass the variable size 2D array to the input of some other function where func[constant_row_size][constant_column_size] are to mentioned but i want to make it variable. how to do that? Regards, Ahamd
-
Welcome to Stack Overflow. Please read the About page soon and also visit the links describing How to Ask a Question and How to create a Minimal, Complete, and Verifiable example. Providing the necessary details, including your code, and associated errors, if any, will allow everyone here to help you with your question.David C. Rankin– David C. Rankin2016-06-24 01:20:44 +00:00Commented Jun 24, 2016 at 1:20
-
basically a duplicate of Duplicate of stackoverflow.com/questions/10452921/…lostbard– lostbard2016-06-24 01:33:06 +00:00Commented Jun 24, 2016 at 1:33
Add a comment
|