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

What is true about the following
C Functions
a.Need not return any value
b.Should always return an integer
c.Should always return a float
d.Should always return more than one value.

Answer Posted / shruti

Need not return any value.

its acceptable if a function does not return any value
provided its return type is "void"..

if its return type is char , int , float.. then it has to
return that respective type of value

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can static variables be declared in a header file?

1003


Can the “if” function be used in comparing strings?

981


Explain the difference between malloc() and calloc() function?

988


What is pass by reference in functions?

771


what do you mean by enumeration constant?

957


Explain spaghetti programming?

1189


What is the role of this pointer?

994


What are the parts of c program?

1041


What is string function in c?

946


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2412


What is #include conio h?

945


Write a C program to count the number of email on text

1853


What are the 4 data types?

964


Why is %d used in c?

962


List the difference between a While & Do While loops?

1052