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
What is abstract data structure in c?
When was c language developed?
How do we print only part of a string in c?
Why is a semicolon (;) put at the end of every program statement?
What are the three constants used in c?
What does main () mean in c?
What is a list in c?
Differentiate between #include<...> and #include '...'
can any one tel me wt is the question pattern for NIC exam
Explain what is the use of a semicolon (;) at the end of every program statement?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Why main is not a keyword in c?
What are the keywords in c?
What is the use of header files?
Explain how can a program be made to print the name of a source file where an error occurs?