Hello,
May I know how to pass a the parameter value? For example,
int start() {
int abc;
}
void display(int a, string b, int c, int d, int e) {
.......
......
}
How to pass the "abc" value to display function??
May I know how to pass a the parameter value? For example,
int start() {
int abc;
}
void display(int a, string b, int c, int d, int e) {
.......
......
}
How to pass the "abc" value to display function??