[cquery] type specifier missing, defaults to 'int' [-Wimplicit-int]
[cquery] redefinition of 'ptr' with a different type: 'int' vs 'int *
int *ptr,size=50;
ptr=(int*) calloc(size,sizeof(int));
How can i fix this error?Also what is the reason behind this.