I find that some forums tell these are different in nature. the outputs obtained are though similar
            Asked
            
        
        
            Active
            
        
            Viewed 341 times
        
    0
            
            
        - 
                    There is no difference, except aesthetically. – Rufflewind Feb 01 '15 at 07:20
- 
                    6Just be careful for this case: `int* p,q;` is equal to `int *p, q;` (i.e. `int *p; int q;`), but not `int *p, *q;` – Stan Feb 01 '15 at 07:22
 
    