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

What is NULL pointer?

0 Answers   Infosys,


What is the use of bit field?

0 Answers  


How can I rethow can I return a sequence of random numbers which dont repeat at all?

0 Answers  


main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }

2 Answers  


What does char * * argv mean in c?

0 Answers  


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,


What are the modifiers available in c programming language?

0 Answers  


State two uses of pointers in C?

0 Answers   Aspire, Infogain,


What is modeling?

0 Answers  


What are linker error?

0 Answers  


what is C?

9 Answers   Syntel,


Categories