Can anyone tell me a suitable language and data structure to use for structuring the various parameter passing machanism? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

15th May 2020, 2:04 PM
Noumba Leonard
Noumba Leonard - avatar
1 Answer
+ 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...
19th May 2020, 11:00 AM
Darshan Vikam
Darshan Vikam - avatar