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
What is maximum size of array in c?
Where does the name "C" come from, anyway?
What are the different types of constants?
Explain #pragma statements.
What is a MAC Address?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What are the different types of objects used in c?
How variables are declared in c?
What are 3 types of structures?
Explain what is wrong with this statement? Myname = ?robin?;
Can you subtract pointers from each other? Why would you?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is main () in c language?
Explain what are the different file extensions involved when programming in c?
What is your stream meaning?