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 the difference between union and anonymous union?

835


How can my program discover the complete pathname to the executable from which it was invoked?

660


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

1268


Which is best book for data structures in c?

599


List out few of the applications that make use of Multilinked Structures?

1305






What is the difference between the local variable and global variable in c?

532


Explain how can I open a file so that other programs can update it at the same time?

593


What are reserved words?

656


What is signed and unsigned?

646


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

688


Explain what is a pragma?

594


Is javascript written in c?

585


how many key words availabel in c a) 28 b) 31 c) 32

635


What is multidimensional arrays

634


What are the properties of union in c?

591