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
What is null pointer constant?
What is the difference between int main and void main in c?
When we use void main and int main?
What's a good way to check for "close enough" floating-point equality?
What is #include stdio h and #include conio h?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is the use of void pointer and null pointer in c language?
Write a program to swap two numbers without using the third variable?
What are the two types of functions in c?
Why c is called procedure oriented language?
What is the use of function in c?
Is null always defined as 0(zero)?
How can you determine the size of an allocated portion of memory?
What is #line?
Where in memory are my variables stored?