5 questions
Filter
- 0 votes0 answers8 views
Artificial Intelligent
Expert System in Education and Engineering. Name any three expert System in both fields.
- 0 votes0 answers8 views
Artificial intelligence
: What difficulties you think a KBS has? Explain any two major difficulties in your own words that a KBS system or any intelligent Software/Machine faces.
- 0 votes1 answers15 views
What is the difference between call by reference and call by address
What is the difference between call by reference and call by address in C++
- 0 votes0 answers8 views
How can I pass to Node.js program a coomand line arguments?
there is a webserver written in Node.js, and I want to launch with a specific folder. Here is an example of how I'm running node: $ node server.js folder Here ...
- 0 votes0 answers6 views
How do I pass command line arguments to a Node.js program?
I have a webserver written in Node.js, and I would like to launch it with a specific folder. I'm not sure how to access arguments in JavaScript. I'm running node ...