hi i am new to c programming, having issue ith struct.


#include <stdio.h>
#include <stdlib.h>

typedef struct = {
const char *name;
const char *species;
int teeth;