Write the code to declare a struct type person with two fields, name and age, and a pointer called aPointer to a struct type variable.

What will be an ideal response?


struct person
{
string name;
int age;
};
person *aPointer;

Computer Science & Information Technology

You might also like to view...

The title of the table ____.

A. appears as part of the table and remains visible B. appears only when the mouse pointer passes over the table C. never appears in the browser D. appears only when the whole table is selected

Computer Science & Information Technology

Secure Wi-Fi networks and VPNs use _____ to secure data transferred over a network.

A. ?hotspots B. ?encryption C. ?wireframes D. ?viewports

Computer Science & Information Technology

The IEEE standards subcommittee for broadband wireless access (BWA), including Wireless MAN, or WiMAX, is __________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

?When a website is using SSL, the site's URL in the Location or Address bar begins with ____.

A. ?http:// B. ?https:// C. ?ftp:// D. ?SSLtp://

Computer Science & Information Technology