Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is the difference between constant pointer and constant variable?

1164


Is struct oop?

959


Tell me when would you use a pointer to a function?

1011


Write a program to print factorial of given number using recursion?

960


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

1002


p*=(++q)++*--p when p=q=1 while(q<=6)

1697


Why cant I open a file by its explicit path?

988


Why is sizeof () an operator and not a function?

984


Can we access array using pointer in c language?

1040


Explain what is the use of a semicolon (;) at the end of every program statement?

1183


What is d'n in c?

1071


What is difference between structure and union in c?

924


How will you delete a node in DLL?

1219


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2401


How is = symbol different from == symbol in c programming?

984