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
How many keywords are there in c?
How can I pad a string to a known length?
What is the value of uninitialized variable in c?
What is the difference between new and malloc functions?
How is a structure member accessed?
How are strings stored in c?
How can you increase the size of a statically allocated array?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is the difference between mpi and openmp?
Which built-in library function can be used to match a patter from the string?
Write a Program to accept different goods with the number, price and date of purchase and display them
.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; }
Is fortran faster than c?
Can we declare function inside main?