Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <ctype.h>
- #include <iostream>
- struct LOL{
- int Test = NULL;
- };
- LOL TestArray[1];
- void main()
- {
- if (TestArray[0].Test != NULL) {
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement