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

Define recursion in c.

0 Answers  


What does the format %10.2 mean when included in a printf statement?

0 Answers  


Why cann't whole array can be passed to function as value.

1 Answers  


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?

4 Answers   Ramco,


Write a program for Overriding.

0 Answers  


what is the value of b if a=5; b=++a + ++a

31 Answers   Infosys, TCS, Tech Mahindra,


Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.

5 Answers  


1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do

1 Answers   AAS, Nagarro, Vuram,


What is the difference between %d and %*d in C

3 Answers  


Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


What is the right type to use for boolean values in c? Is there a standard type?

0 Answers  


write a program for egyptian fractions in c?

1 Answers   Satyam,


Categories