I'm a complete noob when it comes to structs!!

if I had the struct:


#include<iostream>
using namespace std;
typedef struct info{
char name[20];
int age;