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

Hai what is the different types of versions and their differences

1484


Explain 'bus error'?

555


Is fortran still used in 2018?

588


Write a program to reverse a string.

631


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

1895






Can one function call another?

622


Discuss the function of conditional operator, size of operator and comma operator with examples.

676


What are pointers really good for, anyway?

609


Differentiate between null and void pointers.

627


What is a pointer on a pointer in c programming language?

616


What is #include stdio h and #include conio h?

592


What happens if header file is included twice?

650


How can you allocate arrays or structures bigger than 64K?

676


What are the storage classes in C?

619


What is a pointer in c?

677