how to return 1000 variables from functio9n in c?plz give me
code also

Answer Posted / vignesh1988i

you r right sir.... but he has asked 1000 VARIABLES.. so
only i done in this way.....

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many keywords are there in c?

805


How can I pad a string to a known length?

783


What is the value of uninitialized variable in c?

785


What is the difference between new and malloc functions?

806


How is a structure member accessed?

803


How are strings stored in c?

782


How can you increase the size of a statically allocated array?

833


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1000


Function calling procedures? and their differences? Why should one go for Call by Reference?

819


What is the difference between mpi and openmp?

975


Which built-in library function can be used to match a patter from the string?

977


Write a Program to accept different goods with the number, price and date of purchase and display them

5856


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2293


Is fortran faster than c?

779


Can we declare function inside main?

748