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

for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float

1 Answers  


What is #line?

0 Answers  


What is const keyword in c?

0 Answers  


write a own function for strstr

1 Answers   LG Soft,


can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?

2 Answers  






How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview

2 Answers   Satyam, UNIS, Wipro,


Who invented bcpl language?

0 Answers  


where does malloc() function get the memory?

1 Answers  


How can I read data from data files with particular formats?

0 Answers  


What is an array in c?

0 Answers  


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


Categories