0
Can anyone tell me a suitable language and data structure to use for structuring the various parameter passing machanism?
Predict with advantage a suitable language and data structure and algorithm to use in structuring the various parameter passing mechanism considering factors like evaluation strategies, typing and context.
1 Resposta
+ 2
The C programming language can help you with the data structures for your parameter passing mechanisms..
Also you can go for C++ where you can implement a concept named function overloading to get your work done...