Skip to content

Instantly share code, notes, and snippets.

@sachith-1
Created August 7, 2021 06:31
Show Gist options
  • Save sachith-1/ad007b1631e7c4e3082504659680bc8b to your computer and use it in GitHub Desktop.
Save sachith-1/ad007b1631e7c4e3082504659680bc8b to your computer and use it in GitHub Desktop.
int main(){
int n1, n2, sum;
int *dN1, *dN2, *dSum;
int size = sizeof(int);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment