Your parents,your school,google,your social media accounts
        
             
        
        
        
Hello! 
The identity theif could establish a new identity for ciminal purposes using YOUR identity and personal information, and the theif could aquire money or goods from it. 
*PLAGIARISM FREE*
        
                    
             
        
        
        
False it is false people also hand draw stuff
        
             
        
        
        
Answer:
False.
Explanation:
When we declare a variable as reference type we have to initialize that variable otherwise the compiler will give error that the reference variable is not initialized.You also cannot initialize the variable Foo& with NULL value because it is a reference variable and we have to initialize it.
On the other there is no need to initialize the variable Foo * since it is a pointer it can also store NULL value.
So the answer is only Foo* can store NULL value not Foo &.