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
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Which is better oop or procedural?
What are keywords c?
Explain what is the difference between far and near ?
which is an algorithm for sorting in a growing Lexicographic order
formula to convert 2500mmh2o into m3/hr
What is the difference between exit() and _exit() function?
How can you be sure that a program follows the ANSI C standard?
what is event driven software and what is procedural driven software?
What do header files do?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is the difference between typedef and #define?
What is page thrashing?
What does double pointer mean in c?
What is the purpose of 'register' keyword?