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 ) ( )



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

Answer / chandu

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

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More C Interview Questions

Why does not c have an exponentiation operator?

0 Answers  


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

0 Answers   Wipro,


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

2 Answers   DynPro, TCS,


tell me the full form of c?

2 Answers  


Which one would you prefer - a macro or a function?

0 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.

6 Answers   Wipro,


Write the syntax and purpose of a switch statement in C.

0 Answers   Adobe,


write a program to print data of 5 five students with structures?

0 Answers  


What is bin sh c?

0 Answers  


write a program to find the frequency of a number

4 Answers   Infosys,


Is it possible to have a function as a parameter in another function?

0 Answers  


Categories