Greetings,

I would like to thank everyone who has replied to me (especially AndrewAMD).

I just wanted to ask a small question. In the earlier post it was mentioned that you cannot declare a function inside a function. I am assuming this referred to int ccyIdx(char* name) inside function main(). So how do we run the function ccyIdx(char* name) without function main()?