how to return 1000 variables from functio9n in c?plz give me
code also
Answer Posted / mishra@deepa
the first answer is quite long......
just pass an array(1000 elements) and return that.....
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Where are some collections of useful code fragments and examples?
Can we compile a program without main() function?
Where is volatile variable stored?
Why can't I perform arithmetic on a void* pointer?
What are the advantages of external class?
What is hashing in c?
What is the explanation for modular programming?
What is main () in c language?
What is c method?
What is character constants?
What does sizeof function do?
What is the purpose of clrscr () printf () and getch ()?
how can f be used for both float and double arguments in printf? Are not they different types?
What is a function simple definition?
How can I make it pause before closing the program output window?