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); }
What’s new angular 4 router?
What does the keyword “virtual†declare for a method or property?
You have set quotas for all your users but half of your users are using more space than they have been allotted. Which of the following could be the problem?
What is Landscape in Sap BW?
Explain the different types of languages that are available in the dbms?
What are schmitt triggers?
Can you explain cics translator?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
Define resonant peak?
Explain how AI models create realistic game physics.
Why do we need windows on the computer?
What software is needed for java programming?
Why in the world can I not mount an iso on a windows machine?
Which interface is responsible for the conversion of sql requirements in sap development to database?