Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
what does "warning: built-in function ‘var_array’ declared as non-function" means?
I'm programming in C and I chance upon getting this warning.
FYI: my "var_array" is a variable name is an array.
I don't know what to do cause this is the only warning that i got but when I run my program it doesn't work correctly. Please help! thanks!
P.S I have searched in google what this means yet I can not find the answer. But if you have ever found a link, kindly post the link.
2 Answers
- 1 decade agoFavorite Answer
Based on the error code it seems some function named "var_array" is defined somewhere. maybe in your code, or maybe in one of the library that your code includes. Try to change var_array to something else like myVarArr and see if it helps.
- Anonymous1 decade ago
I suppose that you are using printf in your code. (printf, fprintf, sprint, .. any one of these).
Unless I see the code I cannot tell you exactly.
I am curious to see the code. Could you paste the code here and mail me?
.
Source(s): TaZ