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

Difference between macros and inline functions? Can a function be forced as inline?

0 Answers   HAL, Honeywell, Zomato,


What is the diffences between Windows XP and Windows Visa

1 Answers   Aricent, FHF,


Why do u use # before include in a C Progam?

9 Answers   IBM,


How does pointer work in c?

0 Answers  


A program to allow an input operand and operator from the operator and read on the display and output operand.

0 Answers  






can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


what is the role you expect in software industry?

2 Answers   HCL, Wipro,


What is static and volatile in c?

0 Answers  


How many keywords are there in c?

0 Answers  


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


What is the maximum no. of arguments that can be given in a command line in C.?

0 Answers   HCL,


write a program to interchange the value between two variable without using loop

1 Answers  


Categories