Write the code segment needed to set the data variable to


Given the following declarations:
struct Example {
int data;
char *tag;
};
struct Example *example;
Write the code segment needed to set the data variable to 25, and the tag string to "Hello World".

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Write the code segment needed to set the data variable to
Reference No:- TGS0646370

Expected delivery within 24 Hours