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...


main()
{
static char *s[]={"black","white","yellow","voilet"};
char **ptr[]={s+3,s+2,s+1,s}, ***p;
p=ptr;
**++p;
printf("%s",*--*++p+3);
}



main() { static char *s[]={"black","white","yellow","voilet&qu..

Answer / vinod kumawat

Answer is - te

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What are the general description for loop statement and available loop types in c?

0 Answers  


how do you redirect stdout value from a program to a file?

1 Answers  


How to add two numbers with using function?

4 Answers  


how to convert an char array to decimal array

4 Answers  


write an interactive program to generate the divisors of a given integer.

7 Answers   TCS,


what are the languages used in c#?

3 Answers   Infosys,


What do you mean by scope of a variable in c?

0 Answers  


what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }

1 Answers  


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


How to print "I Love My India" without using semi colon?

4 Answers  


which operator is known as dummy operator in c?

2 Answers   Wipro,


Can we change the value of static variable in c?

0 Answers  


Categories