Question: This is all I have: Create a program that implement the following function: Int getN(const char *node, const struct info *str, struct info **ch). If

This is all I have:

Create a program that implement the following function: Int getN(const char *node, const struct info *str, struct info **ch).

If you can't solve it let someone else do it. Thanks

#include using namespace std;

const struct info {

}; struct info {

};

int getN(const char*);

int main() { const char node = 0; info srt;

getN(node); }

int getN(const char* node, const struct info* str, struct info** ch) {

}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!