main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
How to create a hello world page in xhtml?
What is a binary classification in machine learning?
What are the new attributes provided in HTML5 for ?
What are the css3 modules?
What is a job scheduling?
What are various qualities one should possess to become a Bank Officer? Do you think you possess those?
What is prepare in php?
What is the program development process?
How do you hover a touch screen?
What's the difference between spring and spring boot? : Spring Boot
Huge number of events is getting created in a short duration of time, and thus creating a huge load on the system and making it very slow. Solution?
What are three parts of a formula in excel?
What is the data type of variables in javascript?
Explain select statements in sql?