Advertisement

05.07.2008 at 01:43AM PDT, ID: 23381999
[x]
Attachment Details

passing data type problem

Asked by pothios in C Programming Language

Tags: c

hello, what is the correct wat to pass in a array of strings to another function?

char *collection[];
void somefunction() {
generate_code(collection);
}
void generate_code(char* c[]) {
  . ... . ..
  ......
}
Start Free Trial
[+][-]05.07.2008 at 01:47AM PDT, ID: 21514289

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.07.2008 at 01:51AM PDT, ID: 21514321

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: C Programming Language
Tags: c
Sign Up Now!
Solution Provided By: Infinity08
Participating Experts: 1
Solution Grade: A
 
 
[+][-]05.07.2008 at 01:53AM PDT, ID: 21514334

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.07.2008 at 01:54AM PDT, ID: 21514343

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.07.2008 at 02:05AM PDT, ID: 21514405

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628