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

which will return integer?
a) int*s ( )
b) ( int* ) s( )
c) int ( *s ) ( )

Answer Posted / chandu

c) int (*s)()
s is pointer to a function which returns integer

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by int main ()?

1256


What is the difference between Printf(..) and sprint(...) ?

1638


How can you draw circles in C?

1197


Why c language?

1123


What is character constants?

1231


What are the different data types in C?

1249


What is the easiest sorting method to use?

1243


How a string is stored in c?

1117


What does the function toupper() do?

1194


What are the functions to open and close file in c language?

1261


What is the most efficient way to count the number of bits which are set in an integer?

1121


What is d'n in c?

1176


What math functions are available for integers? For floating point?

1184


Why do we use int main instead of void main in c?

1202


program to convert a integer to string in c language'

2508