test commit
This commit is contained in:
		@@ -204,7 +204,7 @@ int main()
 | 
				
			|||||||
   //Assigning address of num to the pointer p
 | 
					   //Assigning address of num to the pointer p
 | 
				
			||||||
   p = *num;
 | 
					   p = *num;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   printf("Address of variable num is: %p", p);
 | 
					   printf("Address of variable: %p", p);
 | 
				
			||||||
   return 0;
 | 
					   return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
        \end{lstlisting}
 | 
					        \end{lstlisting}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user