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...

Can u return two values using return keyword? If yes, how?
If no, why?

Answer Posted / c.saranya

no. because return keyword return only one value.that ia 0
or 1.

Is This Answer Correct ?    15 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

.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; }

2589


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

1273


cavium networks written test pattern ..

4083


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

1110


Explain what are linked list?

1047


Difference between pass by reference and pass by value?

1160


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3690


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

1150


What is the difference between functions abs() and fabs()?

1157


What are different types of operators?

1044


What are loops c?

1056


What is scope and lifetime of a variable in c?

1073


Do you know what are bitwise shift operators in c programming?

1105


What is the difference between ++a and a++?

1213


how to find anagram without using string functions using only loops in c programming

3192