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);
}

Answer Posted / vinod kumawat

Answer is - te

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If errno contains a nonzero number, is there an error?

807


Write a Program to accept different goods with the number, price and date of purchase and display them

5453


What are the functions to open and close the file in c language?

596


Explain what is the difference between the expression '++a' and 'a++'?

628


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2938






Explain the difference between exit() and _exit() function?

637


C language questions for civil engineering

1245


When was c language developed?

703


What is a pointer value and address in c?

636


What is a null pointer in c?

598


Explain how do you determine whether to use a stream function or a low-level function?

631


What are inbuilt functions in c?

561


Are enumerations really portable?

596


Difference between malloc() and calloc() function?

655


Is there any data type in c with variable size?

633