Here's my code



#include <stdio.h>

void main(void)
{
int num=10;
int *numPtr1;