There is no error while compiling but there is a run time error anyone knows why?
#include<iostream>
using namespace std;
struct StrCar{
char RegCode[10];
int PhoneNo;
char Colour[10];
int Model;
};
int main(){
StrCar *Car[1]={0}; //declaring array of pointers