how to return 1000 variables from functio9n in c?plz give me
code also
Answer Posted / codee
extending the previous answer by passing array instead of
all variables
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
can anyone suggest some site name..where i can get some good data structure puzzles???
What are 'near' and 'far' pointers?
What is the difference between arrays and pointers?
Is it better to bitshift a value than to multiply by 2?
What is p in text message?
What is use of integral promotions in c?
What is main function in c?
Where static variables are stored in c?
Explain how to reverse singly link list.
What is the use of volatile?
write a c program in such a way that if we enter the today date the output should be next day's date.
What does != Mean in c?
What is local and global variable in c?
How can I implement a delay, or time a users response, with sub-second resolution?
how to find anagram without using string functions using only loops in c programming